/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 547 std::string identifier = param.userId + "-" + param.appId + "-" + param.storeId; in GetKvNbStoreDirectory() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_single_ver_sync_db_Interface.cpp | 82 void VirtualSingleVerSyncDBInterface::SetIdentifier(std::vector<uint8_t> &identifier) in SetIdentifier()
|
H A D | distributeddb_relational_multi_user_test.cpp | 246 …const AutoLaunchRequestCallback g_callback = [](const std::string &identifier, AutoLaunchParam &pa… in __anon3413e1da0702()
|
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 79 std::string identifier = DBCommon::TransferHashString("sync_test-sync_test-" + storeId); in GetConnection() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31Ext.java | 371 int identifier, in glObjectLabelKHR() 379 public static native String glGetObjectLabelKHR(int identifier, int name); in glGetObjectLabelKHR()
|
H A D | GLES32.java | 377 int identifier, in glObjectLabel() 385 public static native String glGetObjectLabel(int identifier, int name); in glGetObjectLabel()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Instrumentation.java | 988 private final int identifier; in invokeMenuActionSync() field in Instrumentation.MenuRunnable 1051 private final int identifier; in invokeContextMenuAction() field in Instrumentation.ContextMenuRunnable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 762 …DBServiceImpl::CompareTripleIdentifier(const std::string &accountId, const std::string &identifier, in CompareTripleIdentifier() 781 int32_t KVDBServiceImpl::ResolveAutoLaunch(const std::string &identifier, DBLaunchParam ¶m) in ResolveAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 97 [this](const std::string& identifier, DistributedDB::AutoLaunchParam ¶m) { in RdbServiceImpl() 145 int32_t RdbServiceImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunchP… in ResolveAutoLaunch()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_gatt_test.cpp | 1268 ScanResultCtx::ScanResultCtx(const char *identifier) : RecordCtx(identifier) in ScanResultCtx()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.cpp | 1294 const RawAddress &rawAddr, uint64_t identifier, const std::vector<uint32_t> &attributes) in GetElementAttributes() 1323 RawAddress rawAddr, uint64_t identifier, std::vector<uint32_t> attributes) in GetElementAttributesNative()
|
H A D | avrcp_ct_vendor.cpp | 954 AvrcCtGeaPacket::AvrcCtGeaPacket(uint64_t identifier, std::vector<uint32_t> attributes) : AvrcCtVen… in AvrcCtGeaPacket()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 174 std::string identifier = USER_ID + "-" + APP_ID + "-" + storeId; in CheckDataTimestamp() local 2899 std::string identifier = DBCommon::GenerateIdentifierId(storeId, APP_ID, USER_ID); variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_query_sync_test.cpp | 154 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
|
H A D | distributeddb_relational_get_data_test.cpp | 135 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
|
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 358 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 325 …std::string identifier = GenerateIdentifierId(dbIdParam.storeId, dbIdParam.appId, dbIdParam.userId… in SetDatabaseIds() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.cpp | 518 int RdSingleVerStorageExecutor::GetDeviceIdentifier(PragmaEntryDeviceIdentifier *identifier) in GetDeviceIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 202 std::string identifier = userId + "-" + appId + "-" + STORE_ID; in InitStoreProp() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 371 …auto autoLaunch = [this](const std::string &identifier, DistributedDB::AutoLaunchParam ¶m) -> … in StartService()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31Ext.cpp | 635 (JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) { in android_glObjectLabelKHR__IIILjava_lang_String_2() 662 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) { in android_glGetObjectLabelKHR()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 81 std::string identifier = storageEngine_->GetIdentifier(); in GetIdentifier() local 87 std::string identifier = storageEngine_->GetProperties().GetStringProp( in GetDualTupleIdentifier() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | LowPowerStandbyController.java | 451 String identifier = null; in loadPolicy() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 933 DBStatus KvStoreNbDelegateImpl::SetEqualIdentifier(const std::string &identifier, in SetEqualIdentifier()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | PolicyDefinition.java | 550 String identifier = DevicePolicyIdentifiers.getIdentifierForUserRestriction(restriction); in createAndAddUserRestrictionPolicyDefinition() local
|