Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp135 deviceProfilePutStub->PutAccessControlProfileInner(messageData, reply); in PutAccessControlProfileInnerTest()
151 deviceProfileGetStub->PutAccessControlProfileInner(messageData, reply); in GetTrustDeviceProfileInnerTest()
170 deviceProfileUpdateStub->PutAccessControlProfileInner(messageData, reply); in UpdateAccessControlProfileInnerTest()
188 deviceProfileGetAllStub->PutAccessControlProfileInner(messageData, reply); in GetAllAccessControlProfileInnerTest()
206 deviceProfileDeleteStub->PutAccessControlProfileInner(messageData, reply); in DeleteAccessControlProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp37 &DistributedDeviceProfileStubNew::PutAccessControlProfileInner; in DistributedDeviceProfileStubNew()
115 return PutAccessControlProfileInner(data, reply); in NotifyAclEventInner()
194 int32_t DistributedDeviceProfileStubNew::PutAccessControlProfileInner(MessageParcel& data, MessageP… in PutAccessControlProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h37 int32_t PutAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h42 int32_t PutAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp60 &DistributedDeviceProfileStub::PutAccessControlProfileInner; in InitNewIpcInterface()
127 return PutAccessControlProfileInner(data, reply); in NotifyAclEventInner()
345 int32_t DistributedDeviceProfileStub::PutAccessControlProfileInner(MessageParcel& data, MessageParc… in PutAccessControlProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp298 int32_t ret = ProfileStub_->PutAccessControlProfileInner(data, reply);