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 D | subscribeprofileeventinner_fuzzer.cpp | 135 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 D | distributed_device_profile_stub_new.cpp | 37 &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 D | distributed_device_profile_stub_new.h | 37 int32_t PutAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/ |
H A D | distributed_device_profile_stub.h | 42 int32_t PutAccessControlProfileInner(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 60 &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 D | distributed_device_profile_stub_new_test.cpp | 298 int32_t ret = ProfileStub_->PutAccessControlProfileInner(data, reply);
|