Home
last modified time | relevance | path

Searched refs:PutServiceProfileBatchInner (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.cpp53 &DistributedDeviceProfileStubNew::PutServiceProfileBatchInner; in DistributedDeviceProfileStubNew()
137 return PutServiceProfileBatchInner(data, reply); in NotifyAclEventInner()
326 int32_t DistributedDeviceProfileStubNew::PutServiceProfileBatchInner(MessageParcel& data, MessagePa… in PutServiceProfileBatchInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h45 int32_t PutServiceProfileBatchInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp243 deviceProfilePutSerStub->PutServiceProfileBatchInner(messageData, reply); in PutServiceProfileBatchInnerTest()
315 deviceProfileDeleteSerStub->PutServiceProfileBatchInner(messageData, reply); in DeleteServiceProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h50 int32_t PutServiceProfileBatchInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp76 &DistributedDeviceProfileStub::PutServiceProfileBatchInner; in InitNewIpcInterface()
149 return PutServiceProfileBatchInner(data, reply); in NotifyAclEventInner()
478 int32_t DistributedDeviceProfileStub::PutServiceProfileBatchInner(MessageParcel& data, MessageParce… in PutServiceProfileBatchInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp414 int32_t ret = ProfileStub_->PutServiceProfileBatchInner(data, reply);