Home
last modified time | relevance | path

Searched refs:GetLocalDeviceUdid (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/test/
H A Ddm_adapter_test.cpp50 HWTEST_F(DMAdapterTest, GetLocalDeviceUdid, TestSize.Level0)
52 auto &udid = DMAdapter::GetInstance().GetLocalDeviceUdid();
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Ddm_adapter_test.cpp54 HWTEST_F(DMAdapterTest, GetLocalDeviceUdid, TestSize.Level0)
62 auto &udid = DMAdapter::GetInstance().GetLocalDeviceUdid();
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp299 std::string PrivacyKitTest::GetLocalDeviceUdid() in GetLocalDeviceUdid() function in PrivacyKitTest
382 …BuildQueryRequest(g_tokenIdA, GetLocalDeviceUdid(), g_infoParmsA.bundleName, permissionList, reque…
418 …BuildQueryRequest(g_tokenIdA, GetLocalDeviceUdid(), g_infoParmsA.bundleName, permissionList, reque…
716 ASSERT_EQ(RET_NO_ERROR, PrivacyKit::RemovePermissionUsedRecords(123, GetLocalDeviceUdid()));
803 request.deviceId = GetLocalDeviceUdid();
808 BuildQueryRequest(123, GetLocalDeviceUdid(), g_infoParmsA.bundleName, permissionList, request);
895 BuildQueryRequest(0, GetLocalDeviceUdid(), "", permissionList, request);
946 request.deviceId = GetLocalDeviceUdid();
978 BuildQueryRequest(g_tokenIdA, GetLocalDeviceUdid(), "", permissionList, request);
1001 BuildQueryRequest(g_tokenIdA, GetLocalDeviceUdid(), "", permissionList, request);
[all …]
H A Dprivacy_kit_test.h49 std::string GetLocalDeviceUdid();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_dm_test.cpp111 DpDeviceManager::GetInstance().GetLocalDeviceUdid(udid);
201 DpDeviceManager::GetInstance().GetLocalDeviceUdid(udid);
H A Dprofile_authority_test.cpp391 DpDeviceManager::GetInstance().GetLocalDeviceUdid(localDeviceId);
442 DpDeviceManager::GetInstance().GetLocalDeviceUdid(localDeviceId);
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Ddevice_manager_util.h37 bool GetLocalDeviceUdid(std::string &udid);
/ohos5.0/foundation/distributeddatamgr/pasteboard/adapter/security_level/
H A Dsecurity_level.cpp45 auto &udid = DMAdapter::GetInstance().GetLocalDeviceUdid(); in GetSensitiveLevel()
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Ddevice_manager_util.cpp56 bool DeviceManagerUtil::GetLocalDeviceUdid(std::string &udid) in GetLocalDeviceUdid() function in OHOS::UserIam::UserAuth::DeviceManagerUtil
H A Dsoft_bus_message.cpp104 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(udid); in CreateMessage()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/device/
H A Ddm_adapter.h44 const std::string &GetLocalDeviceUdid();
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddp_device_manager.h41 void GetLocalDeviceUdid(std::string& udid);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp171 DpDeviceManager::GetInstance().GetLocalDeviceUdid(localDeviceId); in CheckDeviceId()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddp_device_manager.cpp308 GetLocalDeviceUdid(udid); in AddLocalDeviceIds()
383 void DpDeviceManager::GetLocalDeviceUdid(std::string& udid) in GetLocalDeviceUdid() function in OHOS::DeviceProfile::DpDeviceManager
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_impl.cpp77 bool setUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(info_.deviceUdid); in ResourceNodeImpl()
H A Dremote_msg_util.cpp189 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in GetQueryExecutorInfoReply()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp145 const std::string &DMAdapter::GetLocalDeviceUdid() in GetLocalDeviceUdid() function in OHOS::MiscServices::DMAdapter
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_change_handler.cpp113 DpDeviceManager::GetInstance().GetLocalDeviceUdid(localUdid); in OnChange()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp216 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in SendQueryExecutorInfoMsg()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp244 bool getLocalUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(localUdid); in AuthServiceInit()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp72 DpDeviceManager::GetInstance().GetLocalDeviceUdid(localUdid_); in Init()