Searched refs:GetString (Results 1 - 25 of 137) sorted by path

123456

/haiku/headers/libs/print/libprint/
H A DJobData.h36 const char* GetString(const char* key) const;
/haiku/headers/os/locale/
H A DCatalogData.h34 virtual const char* GetString(const char* string,
37 virtual const char* GetString(uint32 id) = 0;
H A DFormattingConventions.h83 const char* GetString(uint32 id) const;
H A DLanguage.h46 const char* GetString(uint32 id) const;
H A DLocale.h42 const char* GetString(uint32 id) const;
/haiku/headers/os/media/
H A DTimeCode.h98 void GetString(char* string) const;
/haiku/headers/private/kernel/util/
H A DKMessage.h136 inline const char* GetString(const char* name,
138 inline const char* GetString(const char* name, int32 index,
564 KMessage::GetString(const char* name, int32 index, function in class:KMessage
579 KMessage::GetString(const char* name, const char* defaultValue) const function in class:KMessage
581 return GetString(name, 0, defaultValue);
/haiku/headers/private/locale/
H A DHashMapCatalog.h76 const char *GetString(const char *string, const char *context = NULL,
78 const char *GetString(uint32 id);
79 const char *GetString(const CatKey& key);
/haiku/headers/private/shared/
H A DHashString.h46 const char *GetString() const;
49 uint32 GetHashCode() const { return string_hash(GetString()); }
/haiku/headers/private/userlandfs/shared/
H A DString.h47 const char *GetString() const;
50 uint32 GetHashCode() const { return string_hash(GetString()); }
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp46 return fUser.GetString();
51 return fPassword.GetString();
213 fAuthenticationServer->_GetAuthentication(fContext.GetString(),
214 fServer.GetString(), NULL, &defaultUser, &defaultPassword);
216 cancelled = fPanel->GetAuthentication(fServer.GetString(),
217 fShare.GetString(), defaultUser.GetString(),
218 defaultPassword.GetString(), false, fBadPassword, user,
230 fAuthenticationServer->_AddAuthentication(fContext.GetString(),
231 fServer.GetString(), fShar
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp29 return fShareName.GetString();
63 return fServerName.GetString();
70 return fConnectionMethod.GetString();
111 status_t error = fAddress.GetString(&addressString, false);
114 name = addressString.GetString();
H A DServerConnection.cpp70 status_t error = fServerInfo->GetAddress().GetString(&server, false);
85 error = factory.CreateConnection(connectionMethod, server.GetString(),
H A DServerQueryIterator.cpp58 if (!fEntryName.SetTo(entryInfo.name.GetString())) {
65 fEntryInfo.name.SetTo(fEntryName.GetString());
H A DShareAttrDir.cpp443 error = Attribute::CreateAttribute(attrInfo.name.GetString(),
H A DShareNode.cpp45 return fName.GetString();
H A DShareVolume.cpp660 reply->entryInfo.name.GetString(), false, &walkReply);
1377 if (reply->linkPath.GetString() && resolvedPath) {
1378 *resolvedPath = strdup(reply->linkPath.GetString());
1572 const char* name = reply->name.GetString();
1952 const char* name = entryInfo.name.GetString();
2128 const char* name = entryInfo.name.GetString();
2166 const char* name = request->name.GetString();
2206 const char* name = request->name.GetString();
2265 const char* oldName = request->fromName.GetString();
2266 const char* name = request->toName.GetString();
[all...]
H A DVirtualDir.cpp39 return fName.GetString();
H A DVolume.cpp83 return fName.GetString();
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h36 status_t GetString(HashString* string,
H A DRequest.h50 SetTo(string.GetString());
53 const char* GetString() const function in struct:StringData
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp56 fName.GetString());
77 return fName.GetString();
H A DSecurityContext.cpp72 error = archive->AddString("name", fName.GetString());
75 error = archive->AddString("password", fPassword.GetString());
132 return fName.GetString();
139 return fPassword.GetString();
181 error = archive->AddString("name", fName.GetString());
184 error = archive->AddString("path", fPath.GetString());
264 return fName.GetString();
299 return fPath.GetString();
543 error = userArchive->AddInt32(entry.key.path.GetString(),
949 return fPermissions->Put(UserPath(path.GetString(), use
[all...]
H A DStatisticsManager.cpp34 return fShare.GetString();
65 user.GetString());
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp14 stringData.SetTo(string.GetString());
47 return flattener->WriteString(fShareName.GetString());
68 return fShareName.GetString();
110 flattener->WriteString(fServerName.GetString());
111 flattener->WriteString(fConnectionMethod.GetString());
153 return fServerName.GetString();
167 return fConnectionMethod.GetString();

Completed in 149 milliseconds

123456