Home
last modified time | relevance | path

Searched refs:PutAccessControlProfile (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dtrust_profile_manager_test.cpp265 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 Ddistributed_device_profile_client_rdb_test.cpp189 GetInstance().PutAccessControlProfile(profile);
H A Ddistributed_device_profile_stub_new_test.cpp37 int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) override;
96 int32_t MockDistributedDeviceProfileStubNew::PutAccessControlProfile(const AccessControlProfile& ac… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp134 …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 Dmock_distributed_device_profile_client.cpp23 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 Di_distributed_device_profile.h38 virtual int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h42 int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) override;
H A Ddistributed_device_profile_client.h46 int32_t PutAccessControlProfile(const AccessControlProfile& accessControlProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h44 int32_t PutAccessControlProfile(const AccessControlProfile& aclProfile) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp130 int32_t DistributedDeviceProfileClient::PutAccessControlProfile(const AccessControlProfile& accessC… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
137 return dpService->PutAccessControlProfile(accessControlProfile); in PutAccessControlProfile()
H A Ddistributed_device_profile_proxy.cpp25 int32_t DistributedDeviceProfileProxy::PutAccessControlProfile(const AccessControlProfile& aclProfi… in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp225 ret = DpClient::GetInstance().PutAccessControlProfile(accessControlProfile); in InsertDpSameAccount()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h44 int32_t PutAccessControlProfile(const AccessControlProfile& profile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp207 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 Ddistributed_device_profile_stub_new.cpp202 int32_t ret = PutAccessControlProfile(accessControlProfile); in PutAccessControlProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp276 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 Ddistributed_device_profile_stub.cpp353 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().PutAccessControlProfile(accessCont… in PutAccessControlProfileInner()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp446 int32_t ret = DistributedDeviceProfileClient::GetInstance().PutAccessControlProfile(profile); in PutAccessControlList()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp102 int32_t TrustProfileManager::PutAccessControlProfile(const AccessControlProfile& profile) in PutAccessControlProfile() function in OHOS::DistributedDeviceProfile::TrustProfileManager