Home
last modified time | relevance | path

Searched defs:identifier (Results 151 – 175 of 190) sorted by relevance

12345678

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp547 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 Dvirtual_single_ver_sync_db_Interface.cpp82 void VirtualSingleVerSyncDBInterface::SetIdentifier(std::vector<uint8_t> &identifier) in SetIdentifier()
H A Ddistributeddb_relational_multi_user_test.cpp246 …const AutoLaunchRequestCallback g_callback = [](const std::string &identifier, AutoLaunchParam &pa… in __anon3413e1da0702()
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp79 std::string identifier = DBCommon::TransferHashString("sync_test-sync_test-" + storeId); in GetConnection() local
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java371 int identifier, in glObjectLabelKHR()
379 public static native String glGetObjectLabelKHR(int identifier, int name); in glGetObjectLabelKHR()
H A DGLES32.java377 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 DInstrumentation.java988 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 Dkvdb_service_impl.cpp762 …DBServiceImpl::CompareTripleIdentifier(const std::string &accountId, const std::string &identifier, in CompareTripleIdentifier()
781 int32_t KVDBServiceImpl::ResolveAutoLaunch(const std::string &identifier, DBLaunchParam &param) in ResolveAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp97 [this](const std::string& identifier, DistributedDB::AutoLaunchParam &param) { 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 Dsoftbus_ble_gatt_test.cpp1268 ScanResultCtx::ScanResultCtx(const char *identifier) : RecordCtx(identifier) in ScanResultCtx()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp1294 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 Davrcp_ct_vendor.cpp954 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 Ddistributeddb_interfaces_nb_delegate_test.cpp174 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 Ddistributeddb_storage_query_sync_test.cpp154 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
H A Ddistributeddb_relational_get_data_test.cpp135 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp358 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp325 …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 Drd_single_ver_storage_executor.cpp518 int RdSingleVerStorageExecutor::GetDeviceIdentifier(PragmaEntryDeviceIdentifier *identifier) in GetDeviceIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp202 std::string identifier = userId + "-" + appId + "-" + STORE_ID; in InitStoreProp() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp371 …auto autoLaunch = [this](const std::string &identifier, DistributedDB::AutoLaunchParam &param) -> … in StartService()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp635 (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 Drelational_sync_able_storage.cpp81 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 DLowPowerStandbyController.java451 String identifier = null; in loadPolicy() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp933 DBStatus KvStoreNbDelegateImpl::SetEqualIdentifier(const std::string &identifier, in SetEqualIdentifier()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java550 String identifier = DevicePolicyIdentifiers.getIdentifierForUserRestriction(restriction); in createAndAddUserRestrictionPolicyDefinition() local

12345678