/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | mock_distributed_device_profile_client.cpp | 28 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 D | i_distributed_device_profile.h | 39 virtual int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 43 int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) override;
|
H A D | distributed_device_profile_client.h | 47 int32_t UpdateAccessControlProfile(const AccessControlProfile& accessControlProfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 45 int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 140 int32_t DistributedDeviceProfileClient::UpdateAccessControlProfile(const AccessControlProfile& acce… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 147 return dpService->UpdateAccessControlProfile(accessControlProfile); in UpdateAccessControlProfile()
|
H A D | distributed_device_profile_proxy.cpp | 40 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 D | distributed_device_profile_client_rdb_test.cpp | 226 GetInstance().UpdateAccessControlProfile(profile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 38 int32_t UpdateAccessControlProfile(const AccessControlProfile& aclProfile) override; 101 int32_t MockDistributedDeviceProfileStubNew::UpdateAccessControlProfile(const AccessControlProfile&… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 142 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().UpdateAccessControlProfile(accessC…
|
H A D | trust_profile_manager_test.cpp | 1128 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 D | trust_profile_manager.h | 46 int32_t UpdateAccessControlProfile(const AccessControlProfile& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 218 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 D | distributed_device_profile_stub_new.cpp | 218 int32_t ret = UpdateAccessControlProfile(accessControlProfile); in UpdateAccessControlProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 281 int32_t DistributedDeviceProfileClient::UpdateAccessControlProfile(const AccessControlProfile& acce… in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 610 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 D | distributed_device_profile_stub.cpp | 369 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().UpdateAccessControlProfile(accessC… in UpdateAccessControlProfileInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 200 int32_t TrustProfileManager::UpdateAccessControlProfile(const AccessControlProfile& profile) in UpdateAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
|