/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | distributed_kv_data_manager.cpp | 67 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 D | kvstore_service_death_notifier.h | 34 static void SetAppId(const AppId &appId);
|
H A D | kvstore_service_death_notifier.cpp | 39 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 D | ipc_generate_encrypted_uuid_req.h | 41 void SetAppId(const std::string &appId) in SetAppId() function
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_appitem.cpp | 55 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 D | system_defined_appitem.h | 32 void SetAppId(const std::string &appId);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | system_defined_appitem_napi.h | 42 static napi_value SetAppId(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | system_defined_appitem_napi.cpp | 34 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 D | bluetooth_gatt_client_server.cpp | 178 void SetAppId(int appId) in SetAppId() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl 303 (*it)->SetAppId(appId); in RegisterApplication()
|
H A D | bluetooth_gatt_server_server.cpp | 184 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 D | tlv_util_test.cpp | 349 appItem->SetAppId("com.demo"); 570 appItem->SetAppId("com.demo");
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/ |
H A D | udmf_client_fuzzer.cpp | 404 systemDefinedAppItem1.SetAppId(svalue + "appId"); in SetDataSystemDefinedAppItemFuzz()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_client_udmf_delay_test.cpp | 284 systemDefinedAppItem.SetAppId("appId"); in SetSysAppItemUnifiedData()
|
H A D | pasteboard_utils_test.cpp | 210 systemDefinedAppItem1->SetAppId(appId); in InitSystemAppItemData()
|
H A D | pasteboard_unified_data_test.cpp | 205 systemDefinedAppItem1->SetAppId(appId); in InitSystemAppItemData()
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 1277 req->SetAppId(appId); in GenerateEncryptedUuid()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 793 systemDefinedAppItem1.SetAppId("appId");
|