Home
last modified time | relevance | path

Searched refs:GetLocalUdid (Results 1 - 14 of 14) sorted by relevance

/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp184 "LOCAL_UDID", GetLocalUdid(), in ReportPutAclProfile()
199 "LOCAL_UDID", GetLocalUdid(), in ReportPutAclProfile()
227 "LOCAL_UDID", GetLocalUdid(), in ReportUpdateAclProfile()
242 "LOCAL_UDID", GetLocalUdid(), in ReportUpdateAclProfile()
271 "LOCAL_UDID", GetLocalUdid(), in ReportGetTrustProfile()
286 "LOCAL_UDID", GetLocalUdid(), in ReportGetTrustProfile()
322 "LOCAL_UDID", GetLocalUdid(), in ReportGetAllTrustProfile()
337 "LOCAL_UDID", GetLocalUdid(), in ReportGetAllTrustProfile()
373 "LOCAL_UDID", GetLocalUdid(), in ReportGetAclProfile()
388 "LOCAL_UDID", GetLocalUdid(), in ReportGetAclProfile()
1246 std::string DpRadarHelper::GetLocalUdid() GetLocalUdid() function in OHOS::DistributedDeviceProfile::DpRadarHelper
[all...]
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp110 bool ret = GetLocalUdid(udid); in InnerSaveStorageDistributeInfo()
112 APP_LOGE("GetLocalUdid error"); in InnerSaveStorageDistributeInfo()
147 bool ret = GetLocalUdid(udid); in DeleteStorageDistributeInfo()
149 APP_LOGE("GetLocalUdid error"); in DeleteStorageDistributeInfo()
296 bool ret = GetLocalUdid(localUdid); in SyncAndCompleted()
298 APP_LOGE("GetLocalUdid error"); in SyncAndCompleted()
364 bool DistributedDataStorage::GetLocalUdid(std::string &udid) in GetLocalUdid() function in OHOS::AppExecFwk::DistributedDataStorage
480 if (!GetLocalUdid(udid)) { in GetAllOldDistributionBundleInfo()
481 APP_LOGE("GetLocalUdid failed"); in GetAllOldDistributionBundleInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddtbschedmgr_device_info_storage.h46 bool GetLocalUdid(std::string& udid);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp104 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(localUdid); in SaveStorageDistributeInfo()
106 HILOGE("GetLocalUdid failed"); in SaveStorageDistributeInfo()
207 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(udid); in DeleteStorageDistributeInfo()
209 HILOGE("GetLocalUdid failed"); in DeleteStorageDistributeInfo()
493 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(localUdid); in GetBundleNameId()
587 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(localUdid); in GetLastBundleNameId()
589 HILOGE("GetLocalUdid failed"); in GetLastBundleNameId()
646 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(localUdid); in RebuildLocalData()
648 HILOGE("GetLocalUdid failed"); in RebuildLocalData()
823 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(localUdi in DmsPutBatch()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp634 if (charProfile.GetDeviceId() == GetLocalUdid()) { in SetSwitchProfile()
680 if (deviceId == GetLocalUdid()) { in IsLocalOrOnlineDevice()
701 if (udid == GetLocalUdid()) { in GetNetWorkIdByUdid()
724 udid = GetLocalUdid(); in GetUdidByNetWorkId()
800 std::string ProfileCache::GetLocalUdid() in GetLocalUdid() function in OHOS::DistributedDeviceProfile::ProfileCache
H A Dprofile_control_utils.cpp336 std::string localUdid = ProfileCache::GetInstance().GetLocalUdid(); in RefreshLocalSwitchProfile()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_data_storage.h70 bool GetLocalUdid(std::string &udid);
/foundation/deviceprofile/device_info_manager/radar/include/
H A Ddp_radar_helper.h134 std::string GetLocalUdid();
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddtbschedmgr_device_info_storage_test.cpp387 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(udid); in HWTEST_F()
390 DtbschedmgrDeviceInfoStorage::GetInstance().GetLocalUdid(udid); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h89 std::string GetLocalUdid();
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp224 if (udid == ProfileCache::GetInstance().GetLocalUdid()) { in HandleSwitchUpdateChange()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddtbschedmgr_device_info_storage.cpp230 bool DtbschedmgrDeviceInfoStorage::GetLocalUdid(std::string& udid) in GetLocalUdid() function in OHOS::DistributedSchedule::DtbschedmgrDeviceInfoStorage
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp663 std::string localUdid = ProfileCache::GetInstance().GetLocalUdid(); in FixDataOnDeviceOnline()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
H A Ddbms_services_kit_test.cpp969 * @tc.name: GetLocalUdid
978 auto ret = distributedDataStorage->GetLocalUdid(udid); in HWTEST_F()

Completed in 14 milliseconds