Home
last modified time | relevance | path

Searched refs:SetAppId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp67 KvStoreServiceDeathNotifier::SetAppId(appId); in GetSingleKvStore()
78 KvStoreServiceDeathNotifier::SetAppId(appId); in GetAllKvStoreId()
87 KvStoreServiceDeathNotifier::SetAppId(appId); in CloseKvStore()
105 KvStoreServiceDeathNotifier::SetAppId(appId); in CloseKvStore()
117 KvStoreServiceDeathNotifier::SetAppId(appId); in CloseAllKvStore()
133 KvStoreServiceDeathNotifier::SetAppId(appId); in DeleteKvStore()
146 KvStoreServiceDeathNotifier::SetAppId(appId); in DeleteAllKvStore()
H A Dkvstore_service_death_notifier.h34 static void SetAppId(const AppId &appId);
H A Dkvstore_service_death_notifier.cpp39 void KvStoreServiceDeathNotifier::SetAppId(const AppId &appId) in SetAppId() function in OHOS::DistributedKv::KvStoreServiceDeathNotifier
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_generate_encrypted_uuid_req.h41 void SetAppId(const std::string &appId) in SetAppId() function
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_appitem.cpp55 void SystemDefinedAppItem::SetAppId(const std::string &appId) in SetAppId() function in OHOS::UDMF::SystemDefinedAppItem
136 SetAppId(*value); in SetItems()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dsystem_defined_appitem.h32 void SetAppId(const std::string &appId);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_appitem_napi.h42 static napi_value SetAppId(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_appitem_napi.cpp34 DECLARE_NAPI_GETTER_SETTER("appId", GetAppId, SetAppId), in Constructor()
98 napi_value SystemDefinedAppItemNapi::SetAppId(napi_env env, napi_callback_info info) in SetAppId() function in OHOS::UDMF::SystemDefinedAppItemNapi
115 sdAppItem->value_->SetAppId(appId); in SetAppId()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp178 void SetAppId(int appId) in SetAppId() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl
303 (*it)->SetAppId(appId); in RegisterApplication()
H A Dbluetooth_gatt_server_server.cpp184 void SetAppId(int32_t appId) in SetAppId() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::GattServerCallbackImpl
484 (*it)->SetAppId(ret); in RegisterApplication()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp349 appItem->SetAppId("com.demo");
570 appItem->SetAppId("com.demo");
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp404 systemDefinedAppItem1.SetAppId(svalue + "appId"); in SetDataSystemDefinedAppItemFuzz()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_client_udmf_delay_test.cpp284 systemDefinedAppItem.SetAppId("appId"); in SetSysAppItemUnifiedData()
H A Dpasteboard_utils_test.cpp210 systemDefinedAppItem1->SetAppId(appId); in InitSystemAppItemData()
H A Dpasteboard_unified_data_test.cpp205 systemDefinedAppItem1->SetAppId(appId); in InitSystemAppItemData()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1277 req->SetAppId(appId); in GenerateEncryptedUuid()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp793 systemDefinedAppItem1.SetAppId("appId");