Home
last modified time | relevance | path

Searched defs:trustDeviceId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp34 std::string trustDeviceId = "123456"; in AddAccessControlProfileFirst() local
85 std::string trustDeviceId = "123456"; in AddAccessControlProfileSecond() local
137 std::string trustDeviceId = "123456"; in AddAccessControlProfileThird() local
188 std::string trustDeviceId = "123456"; in AddAccessControlprofileFourth() local
239 std::string trustDeviceId = "deviceId"; in AddAccessControlProfileFifth() local
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h54 std::string trustDeviceId; member
74 std::string trustDeviceId; member
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_deviceprofile_connector.cpp167 std::string trustDeviceId = "trustDeviceId"; variable
175 std::string trustDeviceId = "deviceId"; variable
183 std::string trustDeviceId = "deviceId"; variable
480 std::string trustDeviceId = "trustDeviceId"; variable
488 std::string trustDeviceId = "123456"; variable
496 std::string trustDeviceId = "deviceId"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp337 const std::string& trustDeviceId, int32_t status, std::vector<AccessControlProfile>& profile) in GetAccessControlProfile()
375 const std::string& trustDeviceId, int32_t status, std::vector<AccessControlProfile>& profile) in GetAccessControlProfileByTokenId()
574 const std::string& trustDeviceId, int32_t status, std::vector<AccessControlProfile>& profile) in GetAccessControlProfile()
893 const std::string& trustDeviceId, int64_t tokenId, std::vector<AccessControlProfile>& profile) in GetAclProfileByTokenId()
1275 int32_t TrustProfileManager::GetResultStatus(const std::string& trustDeviceId, int32_t& trustDevice… in GetResultStatus()
1345 const std::string& trustDeviceId, std::vector<AccessControlProfile>& profile) in GetAccessControlProfilesByDeviceId()
1540 std::string trustDeviceId = rowEntity.Get(TRUST_DEVICE_ID); in ConvertToAccessControlProfile() local
1762 int64_t accesserId, int64_t accesseeId, const std::string& trustDeviceId, in GetAccessControlProfilesByTokenId()
1875 std::string trustDeviceId = profile.GetTrustDeviceId(); in PutAclCheck() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp225 std::string trustDeviceId = deviceStateMgr_->GetUdidByNetWorkId(std::string(devInfo.networkId)); in HandleOffline() local
264 std::string trustDeviceId = ""; in HandleOnline() local
639 …anagerServiceImpl::PutIdenticalAccountToAcl(std::string requestDeviceId, std::string trustDeviceId) in PutIdenticalAccountToAcl()
793 std::string trustDeviceId = ""; in HandleDeviceScreenStatusChange() local
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp93 void AccessControlProfile::SetTrustDeviceId(const std::string &trustDeviceId) in SetTrustDeviceId()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp58 std::string trustDeviceId = item.GetTrustDeviceId(); in GetAppTrustDeviceList() local
165 uint32_t DeviceProfileConnector::CheckBindType(std::string trustDeviceId, std::string requestDevice… in CheckBindType()
385 DmOfflineParam DeviceProfileConnector::GetOfflineParamFromAcl(std::string trustDeviceId, std::strin… in GetOfflineParamFromAcl()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp469 std::string trustDeviceId = item.GetTrustDeviceId(); in DeleteGroupByDP() local
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp1453 std::string trustDeviceId; variable