Home
last modified time | relevance | path

Searched defs:identifier (Results 26 - 50 of 376) sorted by relevance

12345678910>>...16

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPersonName.java269 public String getFieldValue(NameField identifier, Set<FieldModifier> modifiers); in getFieldValue() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.h36 D3DADAPTER_IDENTIFIER9 identifier; member
/third_party/vixl/test/aarch32/
H A Dtest-assembler-negative-cond-rd-rn-operand-rm-shift-rs-a32.cc102 const char* identifier; member
H A Dtest-macro-assembler-cond-rd-rn-a32.cc90 const char* identifier; member
H A Dtest-macro-assembler-cond-rd-rn-pc-a32.cc83 const char* identifier; member
H A Dtest-macro-assembler-cond-rd-rn-t32.cc90 const char* identifier; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_common.c128 eap_msg_alloc(int vendor, EapType type, size_t payload_len, u8 code, u8 identifier) eap_msg_alloc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_common.c128 eap_msg_alloc(int vendor, enum eap_type type, size_t payload_len, u8 code, u8 identifier) eap_msg_alloc() argument
/base/security/permission_lite/services/pms/src/
H A Dpms_server.c131 char *identifier = (char *)ReadString(req, &idLen); in ReplyQueryPermission() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h156 void InitTrackChanged(uint64_t identifier) in InitTrackChanged() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp56 std::string identifier = connection->GetIdentifier(); in ReleaseDataBaseConnection() local
70 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in GetFromCache() local
91 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in RemoveKvDBFromCache() local
98 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in SaveRelationalDBToCache() local
197 std::string identifier = properties.GetStringProp(DBProperties::IDENTIFIER_DATA, ""); GetDatabaseConnection() local
234 EnterDBOpenCloseProcess(const std::string &identifier) EnterDBOpenCloseProcess() argument
243 ExitDBOpenCloseProcess(const std::string &identifier) ExitDBOpenCloseProcess() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine_manager.cpp65 std::string identifier = GetIdentifier(property); in GetStorageEngine() local
112 int StorageEngineManager::ForceReleaseStorageEngine(const std::string &identifier) in ForceReleaseStorageEngine() argument
228 StorageEngine *StorageEngineManager::FindStorageEngine(const std::string &identifier) in FindStorageEngine() argument
246 InsertStorageEngine(const std::string &identifier, StorageEngine *&storageEngine) InsertStorageEngine() argument
252 EraseStorageEngine(const std::string &identifier) EraseStorageEngine() argument
258 ReleaseResources(const std::string &identifier) ReleaseResources() argument
279 const std::string identifier = releaseEngine->GetIdentifier(); ReleaseEngine() local
304 EnterGetEngineProcess(const std::string &identifier) EnterGetEngineProcess() argument
313 ExitGetEngineProcess(const std::string &identifier) ExitGetEngineProcess() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp192 std::string identifier = "kvstoredataservicetest"; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h29 std::string identifier; // An unique and fixed identifier representing a device, such as UUID. member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp84 InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, const std::string &identifier) InitRdStorageEngine() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp69 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp59 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
H A Ddistributeddb_relational_remote_query_test.cpp79 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp171 int64_t identifier = *std::get_if<int64_t>(&data["identifier"]); in HWTEST_F() local
221 int64_t identifier in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_realdel_test.cpp106 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local
171 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local
212 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local
255 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local
304 std::string identifier = g_kvdbParameter2.userId + "-" + g_kvdbParameter2.appId + in HWTEST_F() local
348 std::string identifier = g_kvdbParameter2.userId + "-" + g_kvdbParameter2.appId + HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_communicator_proxy_test.cpp107 std::string identifier = g_mgr.GetKvStoreIdentifier(USER_ID, APP_ID, STORE_ID); in SetUp() local
146 std::string identifier = g_mgr.GetKvStoreIdentifier("default", APP_ID, STORE_ID); in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/feature/
H A Dfeature_system.cpp94 int32_t FeatureSystem::Feature::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) in ResolveAutoLaunch() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp205 std::string identifier = "example_identifier"; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.cpp234 void CommunicatorProxy::SetEqualCommunicator(ICommunicator *communicator, const std::string &identifier, in SetEqualCommunicator() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dfeature_stub_impl.cpp80 int32_t FeatureStubImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchParam &param) in ResolveAutoLaunch() argument

Completed in 17 milliseconds

12345678910>>...16