Home
last modified time | relevance | path

Searched defs:localName (Results 1 - 25 of 28) sorted by relevance

12

/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dclient_session.cpp26 void ClientSession::Connect(const std::string &peerDevId, const std::string &localName, const std::string &peerName) in Connect() argument
77 int32_t ClientSession::CreateSocket(const std::string &peerDevId, const std::string &localName, in CreateSocket() argument
H A Dserver_session.cpp26 void ServerSession::Create(const std::string &localName) in Create() argument
/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h50 std::string localName; member
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_ffi.cpp78 void FfiBluetoothConSetLocalName(const char* localName, int32_t* errCode) in FfiBluetoothConSetLocalName() argument
H A Dbluetooth_connection_impl.cpp102 std::string localName = INVALID_NAME; in GetLocalName() local
177 void ConnectionImpl::SetLocalName(std::string localName, int32_t* errCode) in SetLocalName() argument
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DCurrencyDataParser.java93 public void startElement(String uri, String localName, String qName, Attributes attributes) { in startElement() argument
106 public void endElement(String uri, String localName, String qName) { in endElement() argument
/base/global/i18n/frameworks/intl/src/
H A Dholiday_manager.cpp215 std::string localName = displayName.substr(displayName.find_first_of(":") + 1, displayName.length()); in ParseFileLine() local
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp406 bool SetLocalName(unsigned char *localName, unsigned char length) in SetLocalName() argument
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.cpp79 bool SetLocalName(unsigned char *localName, unsigned char length) in SetLocalName() argument
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h135 uint8_t localName[SOFTBUS_LOCAL_NAME_LEN_MAX]; member
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp36 ErrCode OsAccountManager::CreateOsAccount(const std::string& localName, const std::string& shortName, in CreateOsAccount() argument
186 ErrCode OsAccountManager::SetOsAccountName(const int id, const std::string &localName) in SetOsAccountName() argument
30 CreateOsAccount( const std::string &localName, const std::string &shortName, const OsAccountType &type, OsAccountInfo &osAccountInfo) CreateOsAccount() argument
H A Dos_account_info.cpp55 OsAccountInfo::OsAccountInfo(int localId, const std::string localName, OsAccountType type, int64_t serialNumber) in OsAccountInfo() argument
59 OsAccountInfo::OsAccountInfo(int localId, const std::string localName, const std::string shortName, OsAccountType type, in OsAccountInfo() argument
79 void OsAccountInfo::SetLocalName(const std::string localName) in SetLocalName() argument
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp98 bool SetLocalName(unsigned char *localName, unsigned char length) in SetLocalName() argument
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp407 bool SetLocalName(unsigned char *localName, unsigned char length) in SetLocalName() argument
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp95 ErrCode OsAccountManagerService::CreateOsAccount(const std::string &localName, const std::string &shortName, in CreateOsAccount() argument
113 ErrCode OsAccountManagerService::ValidateAccountCreateParamAndPermission(const std::string &localName, in ValidateAccountCreateParamAndPermission() argument
918 std::string localName = osAccountInfo.GetLocalName(); in DumpStateByAccounts() local
H A Dos_account_stub.cpp594 std::string localName; in ProcCreateOsAccountWithShortName() local
740 std::string localName = data.ReadString(); in ProcSetOsAccountName() local
H A Dinner_os_account_manager.cpp256 ErrCode IInnerOsAccountManager::PrepareOsAccountInfo(const std::string &localName, const std::string &shortName, in RetryToGetAccount() argument
293 ErrCode IInnerOsAccountManager::FillOsAccountInfo(const std::string &localName, const std::string &shortName, in RetryToGetAccount() argument
468 ErrCode IInnerOsAccountManager::CreateOsAccount(const std::string &localName, const std::string &shortName, in RetryToGetAccount() argument
931 std::string localName = value[Constants::LOCAL_NAME].get<std::string>(); in RetryToGetAccount() local
1508 std::string localName = osAccountInfo.GetLocalName(); RetryToGetAccount() local
[all...]
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2199 const std::string localName = "testname"; in HWTEST_F() local
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp68 ErrCode OsAccountProxy::CreateOsAccount(const std::string &localName, const std::string &shortName, in CreateOsAccount() argument
H A Dos_account.cpp98 ErrCode OsAccount::CreateOsAccount(const std::string& localName, const std::string& shortName, in CreateOsAccount() argument
419 ErrCode OsAccount::SetOsAccountName(const int id, const std::string &localName) in SetOsAccountName() argument
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp264 std::string localName = INVALID_NAME; in GetLocalName() local
350 std::string localName = INVALID_NAME; in SetLocalName() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp63 ValidateStateHelperGetIntegerv(const gl::Context *context, const GLuint localValue, const GLenum pname, const char *localName, const char *driverName) ValidateStateHelperGetIntegerv() argument
84 ValidateStateHelperGetVertexAttribiv(const gl::Context *context, const GLint index, const GLuint localValue, const GLenum pname, const char *localName, const char *driverName) ValidateStateHelperGetVertexAttribiv() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp355 std::string localName = adapterProperties_.GetLocalName(); in SetLocalName() local
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h376 uint8_t localName[BC_LOCAL_NAME_LEN_MAX]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp240 std::string localName = "l" + de::toString(bufNum); in checkBuffer() local

Completed in 33 milliseconds

12