Home
last modified time | relevance | path

Searched refs:HandleRequestEnableNotification (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp34 ansManagerStub.HandleRequestEnableNotification(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp181 ansManagerStub.HandleRequestEnableNotification(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1014 ErrCode HandleRequestEnableNotification(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp183 result = HandleRequestEnableNotification(data, reply); in OnRemoteRequest()
1342 ErrCode AnsManagerStub::HandleRequestEnableNotification(MessageParcel &data, MessageParcel &reply) in HandleRequestEnableNotification() function in OHOS::Notification::AnsManagerStub