Home
last modified time | relevance | path

Searched refs:accessControlId (Results 1 - 23 of 23) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp53 void AccessControlProfile::SetAccessControlId(int64_t accessControlId) in SetAccessControlId() argument
55 accessControlId_ = accessControlId; in SetAccessControlId()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dmock_distributed_device_profile_client.cpp56 int32_t DistributedDeviceProfileClient::DeleteAccessControlProfile(int32_t accessControlId) in DeleteAccessControlProfile() argument
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h35 void SetAccessControlId(int64_t accessControlId);
H A Di_distributed_device_profile.h45 virtual int32_t DeleteAccessControlProfile(int32_t accessControlId) = 0;
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h53 int32_t DeleteAccessControlProfile(int32_t accessControlId);
H A Ddistributed_device_profile_proxy.h49 int32_t DeleteAccessControlProfile(int32_t accessControlId) override;
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_profile_service_test.cpp179 int32_t accessControlId = 0; in HWTEST_F() local
180 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteAccessControlProfile(accessControlId); in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp44 int32_t DeleteAccessControlProfile(int32_t accessControlId) override;
132 int32_t MockDistributedDeviceProfileStubNew::DeleteAccessControlProfile(int32_t accessControlId) in DeleteAccessControlProfile() argument
134 (void)accessControlId; in DeleteAccessControlProfile()
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h51 int32_t DeleteAccessControlProfile(int32_t accessControlId) override;
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp300 int32_t accessControlId; in DeleteAccessControlProfileInner() local
301 READ_HELPER(data, Int32, accessControlId); in DeleteAccessControlProfileInner()
302 int32_t ret = DeleteAccessControlProfile(accessControlId); in DeleteAccessControlProfileInner()
H A Ddistributed_device_profile_service_new.cpp277 int32_t DistributedDeviceProfileServiceNew::DeleteAccessControlProfile(int32_t accessControlId) in DeleteAccessControlProfile() argument
283 int32_t ret = TrustProfileManager::GetInstance().DeleteAccessControlProfile(accessControlId); in DeleteAccessControlProfile()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp197 int32_t DistributedDeviceProfileClient::DeleteAccessControlProfile(int32_t accessControlId) in DeleteAccessControlProfile() argument
204 return dpService->DeleteAccessControlProfile(accessControlId); in DeleteAccessControlProfile()
H A Ddistributed_device_profile_proxy.cpp123 int32_t DistributedDeviceProfileProxy::DeleteAccessControlProfile(int32_t accessControlId) in DeleteAccessControlProfile() argument
129 WRITE_HELPER(data, Int32, accessControlId); in DeleteAccessControlProfile()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp452 int32_t accessControlId; in DeleteAccessControlProfileInner() local
453 READ_HELPER(data, Int32, accessControlId); in DeleteAccessControlProfileInner()
454 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().DeleteAccessControlProfile(accessControlId); in DeleteAccessControlProfileInner()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp706 int32_t TrustProfileManager::DeleteAccessControlProfile(int64_t accessControlId) in DeleteAccessControlProfile() argument
710 std::vector<ValueObject>{ ValueObject(accessControlId) }); in DeleteAccessControlProfile()
1098 int64_t accessControlId = ACCESSCONTROLID_INIT; in SetAccessControlId() local
1102 resultSet->GetLong(columnIndex, accessControlId); in SetAccessControlId()
1104 profile.SetAccessControlId(accessControlId+1); in SetAccessControlId()
1537 int64_t accessControlId = rowEntity.Get(ACCESS_CONTROL_ID); in ConvertToAccessControlProfile() local
1551 accessControlProfile.SetAccessControlId(accessControlId); in ConvertToAccessControlProfile()
1853 HILOGE("accessControlId not find"); in UpdateAclCheck()
/foundation/deviceprofile/device_info_manager/services/core/include/trustprofilemanager/
H A Dtrust_profile_manager.h53 int32_t DeleteAccessControlProfile(int64_t accessControlId);
/foundation/distributedhardware/device_manager/commondependency/include/
H A Ddeviceprofile_connector.h138 void DeleteAccessControlById(int64_t accessControlId);
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h601 virtual int32_t DpAclAdd(const int64_t accessControlId, const std::string &udid, const int32_t bindType) = 0;
H A Ddevice_manager_impl.h378 virtual int32_t DpAclAdd(const int64_t accessControlId, const std::string &udid, const int32_t bindType) override;
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl.cpp2499 int64_t accessControlId = 0; in HWTEST_F() local
2502 int32_t ret = DeviceManager::GetInstance().DpAclAdd(accessControlId, udid, bindType); in HWTEST_F()
2505 ret = DeviceManager::GetInstance().DpAclAdd(accessControlId, udid, bindType); in HWTEST_F()
2510 ret = DeviceManager::GetInstance().DpAclAdd(accessControlId, udid, bindType); in HWTEST_F()
/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp991 void DeviceProfileConnector::DeleteAccessControlById(int64_t accessControlId) in DeleteAccessControlById() argument
993 DistributedDeviceProfileClient::GetInstance().DeleteAccessControlProfile(accessControlId); in DeleteAccessControlById()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dmock_distributed_device_profile_client.cpp632 int32_t DistributedDeviceProfileClient::DeleteAccessControlProfile(int32_t accessControlId) in DeleteAccessControlProfile() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp2137 int32_t DeviceManagerImpl::DpAclAdd(const int64_t accessControlId, const std::string &udid, const int32_t bindType) in DpAclAdd() argument

Completed in 26 milliseconds