Home
last modified time | relevance | path

Searched refs:DeleteServiceProfileInner (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.cpp65 &DistributedDeviceProfileStubNew::DeleteServiceProfileInner; in DistributedDeviceProfileStubNew()
163 return DeleteServiceProfileInner(data, reply); in NotifyEventInner()
428 int32_t DistributedDeviceProfileStubNew::DeleteServiceProfileInner(MessageParcel& data, MessageParc… in DeleteServiceProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h51 int32_t DeleteServiceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h56 int32_t DeleteServiceProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp88 &DistributedDeviceProfileStub::DeleteServiceProfileInner; in InitNewIpcInterface()
196 return DeleteServiceProfileInner(data, reply); in NotifyNewEventInner()
582 int32_t DistributedDeviceProfileStub::DeleteServiceProfileInner(MessageParcel& data, MessageParcel&… in DeleteServiceProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp484 int32_t ret = ProfileStub_->DeleteServiceProfileInner(data, reply);
498 int32_t ret = ProfileStub_->DeleteServiceProfileInner(data, reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp316 deviceProfileDeleteSerStub->DeleteServiceProfileInner(messageData, reply); in DeleteServiceProfileInnerTest()