Home
last modified time | relevance | path

Searched refs:DeleteCharacteristicProfileInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp67 &DistributedDeviceProfileStubNew::DeleteCharacteristicProfileInner; in DistributedDeviceProfileStubNew()
165 return DeleteCharacteristicProfileInner(data, reply); in NotifyEventInner()
442 int32_t DistributedDeviceProfileStubNew::DeleteCharacteristicProfileInner(MessageParcel& data, Mess… in DeleteCharacteristicProfileInner() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h52 int32_t DeleteCharacteristicProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_stub.h57 int32_t DeleteCharacteristicProfileInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp90 &DistributedDeviceProfileStub::DeleteCharacteristicProfileInner; in InitNewIpcInterface()
198 return DeleteCharacteristicProfileInner(data, reply); in NotifyNewEventInner()
596 int32_t DistributedDeviceProfileStub::DeleteCharacteristicProfileInner(MessageParcel& data, Message… in DeleteCharacteristicProfileInner() function in OHOS::DeviceProfile::DistributedDeviceProfileStub
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/subscribeprofileeventinner_fuzzer/
H A Dsubscribeprofileeventinner_fuzzer.cpp298 deviceProfileStub->DeleteCharacteristicProfileInner(messageData, reply); in DeleteCharacteristicProfileInnerTest()