/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | trust_profile_manager_test.cpp | 265 GetInstance().PutAccessControlProfile(profile); 269 GetInstance().PutAccessControlProfile(profile); 341 GetInstance().PutAccessControlProfile(profile); 386 GetInstance().PutAccessControlProfile(profile); 431 GetInstance().PutAccessControlProfile(profile); 476 GetInstance().PutAccessControlProfile(profile); 521 GetInstance().PutAccessControlProfile(profile); 566 GetInstance().PutAccessControlProfile(profile); 611 GetInstance().PutAccessControlProfile(profile); 656 GetInstance().PutAccessControlProfile(profile); [all …]
|
H A D | distributed_device_profile_client_rdb_test.cpp | 189 GetInstance().PutAccessControlProfile(profile);
|
H A D | distributed_device_profile_stub_new_test.cpp | 37 int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) override; 96 int32_t MockDistributedDeviceProfileStubNew::PutAccessControlProfile(const AccessControlProfile& ac… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
|
H A D | dp_profile_service_test.cpp | 134 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutAccessControlProfile(accessCont…
|
/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 | 23 int32_t DistributedDeviceProfileClient::PutAccessControlProfile(const AccessControlProfile& accessC… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 38 virtual int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 42 int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) override;
|
H A D | distributed_device_profile_client.h | 46 int32_t PutAccessControlProfile(const AccessControlProfile& accessControlProfile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 44 int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 130 int32_t DistributedDeviceProfileClient::PutAccessControlProfile(const AccessControlProfile& accessC… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 137 return dpService->PutAccessControlProfile(accessControlProfile); in PutAccessControlProfile()
|
H A D | distributed_device_profile_proxy.cpp | 25 int32_t DistributedDeviceProfileProxy::PutAccessControlProfile(const AccessControlProfile& aclProfi… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_deviceprofile.cpp | 225 ret = DpClient::GetInstance().PutAccessControlProfile(accessControlProfile); in InsertDpSameAccount()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/ |
H A D | trust_profile_manager.h | 44 int32_t PutAccessControlProfile(const AccessControlProfile& profile);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 207 int32_t DistributedDeviceProfileServiceNew::PutAccessControlProfile(const AccessControlProfile& acc… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew 213 int32_t ret = TrustProfileManager::GetInstance().PutAccessControlProfile(accessControlProfile); in PutAccessControlProfile()
|
H A D | distributed_device_profile_stub_new.cpp | 202 int32_t ret = PutAccessControlProfile(accessControlProfile); in PutAccessControlProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | mock_distributed_device_profile_client.cpp | 276 int32_t DistributedDeviceProfileClient::PutAccessControlProfile(const AccessControlProfile& accessC… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 353 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutAccessControlProfile(accessCont… in PutAccessControlProfileInner()
|
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/ |
H A D | deviceprofile_connector.cpp | 446 int32_t ret = DistributedDeviceProfileClient::GetInstance().PutAccessControlProfile(profile); in PutAccessControlList()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 102 int32_t TrustProfileManager::PutAccessControlProfile(const AccessControlProfile& profile) in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager
|