Home
last modified time | relevance | path

Searched refs:GetAllAccessControlProfileInner (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp47 &DistributedDeviceProfileStubNew::GetAllAccessControlProfileInner; in DistributedDeviceProfileStubNew()
125 return GetAllAccessControlProfileInner(data, reply); in NotifyAclEventInner()
281 int32_t DistributedDeviceProfileStubNew::GetAllAccessControlProfileInner(MessageParcel& data, Messa… in GetAllAccessControlProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h42 int32_t GetAllAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp189 deviceProfileGetAllStub->GetAllAccessControlProfileInner(messageData, reply); in GetAllAccessControlProfileInnerTest()
207 deviceProfileDeleteStub->GetAllAccessControlProfileInner(messageData, reply); in DeleteAccessControlProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h47 int32_t GetAllAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp70 &DistributedDeviceProfileStub::GetAllAccessControlProfileInner; in InitNewIpcInterface()
137 return GetAllAccessControlProfileInner(data, reply); in NotifyAclEventInner()
433 int32_t DistributedDeviceProfileStub::GetAllAccessControlProfileInner(MessageParcel& data, MessageP… in GetAllAccessControlProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp372 int32_t ret = ProfileStub_->GetAllAccessControlProfileInner(data, reply);