/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | access_control_profile.cpp | 93 void AccessControlProfile::SetTrustDeviceId(const std::string &trustDeviceId) in SetTrustDeviceId() argument
|
/foundation/distributedhardware/device_manager/commondependency/include/ |
H A D | deviceprofile_connector.h | 55 std::string trustDeviceId; member 75 std::string trustDeviceId; member
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_service_impl.cpp | 1276 std::string trustDeviceId; in HWTEST_F() local
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_deviceprofile_connector.cpp | 167 std::string trustDeviceId = "trustDeviceId"; in HWTEST_F() local 175 std::string trustDeviceId = "deviceId"; in HWTEST_F() local 183 std::string trustDeviceId = "deviceId"; in HWTEST_F() local 480 std::string trustDeviceId = "trustDeviceId"; in HWTEST_F() local 488 std::string trustDeviceId = "123456"; HWTEST_F() local 496 std::string trustDeviceId = "deviceId"; HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 469 std::string trustDeviceId = item.GetTrustDeviceId(); in DeleteGroupByDP() local
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 34 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 in AddAccessControlProfileFifth() local 291 std::string trustDeviceId = "remoteDeviceId"; AddAccessControlProfileSixth() local 343 std::string trustDeviceId = "remoteDeviceId"; AddAccessControlProfileSeventh() local 395 std::string trustDeviceId = "remoteDeviceId"; AddAccessControlProfileEighth() local 447 std::string trustDeviceId = "remoteDeviceId"; AddAccessControlProfileNinth() local 499 std::string trustDeviceId = "remoteDeviceId"; AddAccessControlProfileTenth() local 551 std::string trustDeviceId = "remoteDeviceId"; AddAccessControlProfileEleventh() local [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 336 GetAccessControlProfile(int32_t userId, const std::string& bundleName, const std::string& trustDeviceId, int32_t status, std::vector<AccessControlProfile>& profile) GetAccessControlProfile() argument 374 GetAccessControlProfileByTokenId(int64_t tokenId, const std::string& trustDeviceId, int32_t status, std::vector<AccessControlProfile>& profile) GetAccessControlProfileByTokenId() argument 573 GetAccessControlProfile(const std::string& bundleName, const std::string& trustDeviceId, int32_t status, std::vector<AccessControlProfile>& profile) GetAccessControlProfile() argument 892 GetAclProfileByTokenId(std::shared_ptr<ResultSet> resultSet, const std::string& trustDeviceId, int64_t tokenId, std::vector<AccessControlProfile>& profile) GetAclProfileByTokenId() argument 1275 GetResultStatus(const std::string& trustDeviceId, int32_t& trustDeviceStatus) GetResultStatus() argument 1343 GetAccessControlProfilesByDeviceId( std::shared_ptr<ResultSet> resultSet, int64_t accesserId, int64_t accesseeId, const std::string& trustDeviceId, std::vector<AccessControlProfile>& profile) GetAccessControlProfilesByDeviceId() argument 1540 std::string trustDeviceId = rowEntity.Get(TRUST_DEVICE_ID); ConvertToAccessControlProfile() local 1761 GetAccessControlProfilesByTokenId(std::shared_ptr<ResultSet> resultSet, int64_t accesserId, int64_t accesseeId, const std::string& trustDeviceId, int64_t tokenId, std::vector<AccessControlProfile> &profile) GetAccessControlProfilesByTokenId() argument 1875 std::string trustDeviceId = profile.GetTrustDeviceId(); PutAclCheck() local [all...] |
/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 58 std::string trustDeviceId = item.GetTrustDeviceId(); in GetAppTrustDeviceList() local 165 uint32_t DeviceProfileConnector::CheckBindType(std::string trustDeviceId, std::string requestDeviceId) in CheckBindType() argument 385 GetOfflineParamFromAcl(std::string trustDeviceId, std::string requestDeviceId) GetOfflineParamFromAcl() argument [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl.cpp | 201 std::string trustDeviceId = deviceStateMgr_->GetUdidByNetWorkId(std::string(devInfo.networkId)); in HandleOffline() local 240 std::string trustDeviceId = ""; in HandleOnline() local 615 PutIdenticalAccountToAcl(std::string requestDeviceId, std::string trustDeviceId) PutIdenticalAccountToAcl() argument 823 std::string trustDeviceId = ""; HandleDeviceScreenStatusChange() local [all...] |