Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp117 ansManagerStub.HandleGetActiveNotificationNums(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h994 ErrCode HandleGetActiveNotificationNums(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp107 result = HandleGetActiveNotificationNums(data, reply); in OnRemoteRequest()
795 ErrCode AnsManagerStub::HandleGetActiveNotificationNums(MessageParcel &data, MessageParcel &reply) in HandleGetActiveNotificationNums() function in OHOS::Notification::AnsManagerStub