Home
last modified time | relevance | path

Searched refs:HandleGetAllNotificationEnableStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp294 ansManagerStub.HandleGetAllNotificationEnableStatus(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1068 ErrCode HandleGetAllNotificationEnableStatus(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp383 result = HandleGetAllNotificationEnableStatus(data, reply); in OnRemoteRequest()
2387 ErrCode AnsManagerStub::HandleGetAllNotificationEnableStatus(MessageParcel &data, MessageParcel &re… in HandleGetAllNotificationEnableStatus() function in OHOS::Notification::AnsManagerStub