Home
last modified time | relevance | path

Searched refs:PutServiceProfileInner (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.cpp51 &DistributedDeviceProfileStubNew::PutServiceProfileInner; in DistributedDeviceProfileStubNew()
135 return PutServiceProfileInner(data, reply); in NotifyAclEventInner()
310 int32_t DistributedDeviceProfileStubNew::PutServiceProfileInner(MessageParcel& data, MessageParcel&… in PutServiceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h44 int32_t PutServiceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h49 int32_t PutServiceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp74 &DistributedDeviceProfileStub::PutServiceProfileInner; in InitNewIpcInterface()
147 return PutServiceProfileInner(data, reply); in NotifyAclEventInner()
462 int32_t DistributedDeviceProfileStub::PutServiceProfileInner(MessageParcel& data, MessageParcel& re… in PutServiceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp225 deviceProfilePutSerStub->PutServiceProfileInner(messageData, reply); in PutServiceProfileInnerTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp400 int32_t ret = ProfileStub_->PutServiceProfileInner(data, reply);