Home
last modified time | relevance | path

Searched defs:identifier (Results 101 – 125 of 190) sorted by relevance

12345678

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_encrypted_db_test.cpp67 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
H A Ddistributeddb_relational_remote_query_test.cpp79 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
H A Ddistributeddb_storage_register_conflict_test.cpp149 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp150 std::string identifier = DBCommon::TransferHashString("sync_test-sync_test-" + deviceId); in Initialize() local
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceAuthenticationClient.java220 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, in onAuthenticated()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintAuthenticationClient.java210 BiometricAuthenticator.Identifier identifier, in onAuthenticated()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_single_version_result_set_test.cpp75 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
H A Ddistributeddb_interfaces_database_corrupt_test.cpp52 std::string identifier = USER_NAME + "-" + APP_NAME + "-" + storeId; in GetKvStoreDirectory() local
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp315 std::string identifier = jsonObject.at(KEY_IDENTIFIER).get<std::string>(); in LoadAllowNativeChildProcessApps() local
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dgsm_sms_sender_test.cpp407 uint32_t identifier = 0; in TestEnableCBConfig() local
431 uint32_t identifier = 0; in TestDisableCBConfig() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp747 int SyncEngine::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &t… in SetEqualIdentifier()
800 void SyncEngine::SetEqualIdentifierMap(const std::string &identifier, const std::vector<std::string… in SetEqualIdentifierMap()
887 ICommunicator *SyncEngine::AllocCommunicator(const std::string &identifier, int &errCode) in AllocCommunicator()
/aosp14/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStateNotificationController.java325 int identifier = stateIdentifiers[i]; in loadNotificationInfos() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.cpp283 void SyncOperation::SetIdentifier(const std::vector<uint8_t> &identifier) in SetIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp69 std::string identifier = userId + "-" + appId + "-" + STORE_ID; in InitStoreProp() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp90 std::string identifier = dbInfo.userId + "-" + dbInfo.appId + "-" + dbInfo.storeId; in CreateMockSingleDb() local
146 std::string identifier = dbInfo.userId + "-" + dbInfo.appId + "-" + dbInfo.storeId; in OpenMockMultiDb() local
185 std::string identifier = dbInfo.userId + "-" + dbInfo.appId + "-" + dbInfo.storeId; in CreateMockMultiDb() local
696 std::string DistributedDBToolsUnitTest::GetKvNbStoreDirectory(const std::string &identifier, in GetKvNbStoreDirectory()
/aosp14/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto381 optional IdentifierProto identifier = 26 [deprecated=true]; field
415 optional IdentifierProto identifier = 2 [deprecated=true]; field
516 optional IdentifierProto identifier = 6; field
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp35 explicit GattcNotifyRecordCtx(const char *identifier) : StRecordCtx(identifier) in GattcNotifyRecordCtx()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c533 void L2capDestroyPendingRequest(List *pendingList, uint8_t identifier) in L2capDestroyPendingRequest()
548 L2capPendingRequest *L2capGetPendingRequest(List *pendingList, uint8_t identifier) in L2capGetPendingRequest()
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DProgramListTest.java557 ProgramSelector.Identifier identifier) { in createProgramSelector()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp447 …auto identifier = KvManager::GetKvStoreIdentifier(convertedIds.second, convertedIds.first, storeId… in SetEqualIdentifier() local
455 …auto identifier = KvManager::GetKvStoreIdentifier(convertedIds.second, convertedIds.first, storeId… in SetEqualIdentifier() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h235 …const std::string &addr, uint64_t identifier, const std::vector<uint32_t> &attributes, uint8_t lab… in GetElementAttributes()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp140 std::string identifier = userId + "-" + appId + "-" + STORE_ID; in InitStoreProp() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_schema_test_tools.cpp121 string identifier = parameters.userId + "-" + parameters.appId + "-" + parameters.storeId; in SchemaIndexQuery() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp298 int32_t ObjectServiceImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaun… in ResolveAutoLaunch()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManagerGlobal.java894 public KeyboardLayout[] getKeyboardLayoutsForInputDevice( in getKeyboardLayoutsForInputDevice()
908 public void setCurrentKeyboardLayoutForInputDevice( in setCurrentKeyboardLayoutForInputDevice()

12345678