Home
last modified time | relevance | path

Searched refs:UpdateAccessControlProfileInner (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.cpp39 &DistributedDeviceProfileStubNew::UpdateAccessControlProfileInner; in DistributedDeviceProfileStubNew()
117 return UpdateAccessControlProfileInner(data, reply); in NotifyAclEventInner()
210 int32_t DistributedDeviceProfileStubNew::UpdateAccessControlProfileInner(MessageParcel& data, Messa… in UpdateAccessControlProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h38 int32_t UpdateAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h43 int32_t UpdateAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp62 &DistributedDeviceProfileStub::UpdateAccessControlProfileInner; in InitNewIpcInterface()
129 return UpdateAccessControlProfileInner(data, reply); in NotifyAclEventInner()
361 int32_t DistributedDeviceProfileStub::UpdateAccessControlProfileInner(MessageParcel& data, MessageP… in UpdateAccessControlProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp171 deviceProfileUpdateStub->UpdateAccessControlProfileInner(messageData, reply); in UpdateAccessControlProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp312 int32_t ret = ProfileStub_->UpdateAccessControlProfileInner(data, reply);