Home
last modified time | relevance | path

Searched refs:UpdateAccessControlProfile (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp28 int32_t DistributedDeviceProfileClient::UpdateAccessControlProfile(const AccessControlProfile& acce… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h39 virtual int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h43 int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) override;
H A Ddistributed_device_profile_client.h47 int32_t UpdateAccessControlProfile(const AccessControlProfile& accessControlProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h45 int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp140 int32_t DistributedDeviceProfileClient::UpdateAccessControlProfile(const AccessControlProfile& acce… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
147 return dpService->UpdateAccessControlProfile(accessControlProfile); in UpdateAccessControlProfile()
H A Ddistributed_device_profile_proxy.cpp40 int32_t DistributedDeviceProfileProxy::UpdateAccessControlProfile(const AccessControlProfile& aclPr… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_rdb_test.cpp226 GetInstance().UpdateAccessControlProfile(profile);
H A Ddistributed_device_profile_stub_new_test.cpp38 int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) override;
101 int32_t MockDistributedDeviceProfileStubNew::UpdateAccessControlProfile(const AccessControlProfile&… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp142 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().UpdateAccessControlProfile(accessC…
H A Dtrust_profile_manager_test.cpp1128 GetInstance().UpdateAccessControlProfile(profile);
1193 GetInstance().UpdateAccessControlProfile(profile);
1243 GetInstance().UpdateAccessControlProfile(profile);
1460 GetInstance().UpdateAccessControlProfile(profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h46 int32_t UpdateAccessControlProfile(const AccessControlProfile& profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp218 int32_t DistributedDeviceProfileServiceNew::UpdateAccessControlProfile(const AccessControlProfile& … in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
224 … int32_t ret = TrustProfileManager::GetInstance().UpdateAccessControlProfile(accessControlProfile); in UpdateAccessControlProfile()
H A Ddistributed_device_profile_stub_new.cpp218 int32_t ret = UpdateAccessControlProfile(accessControlProfile); in UpdateAccessControlProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp281 int32_t DistributedDeviceProfileClient::UpdateAccessControlProfile(const AccessControlProfile& acce… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp610 DistributedDeviceProfileClient::GetInstance().UpdateAccessControlProfile(item); in UpdateAccessControlList()
617 DistributedDeviceProfileClient::GetInstance().UpdateAccessControlProfile(item); in UpdateAccessControlList()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp369 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().UpdateAccessControlProfile(accessC… in UpdateAccessControlProfileInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp200 int32_t TrustProfileManager::UpdateAccessControlProfile(const AccessControlProfile& profile) in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager