Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp290 ansManagerStub.HandleSetBadgeNumber(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1061 ErrCode HandleSetBadgeNumber(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp375 result = HandleSetBadgeNumber(data, reply); in OnRemoteRequest()
2342 ErrCode AnsManagerStub::HandleSetBadgeNumber(MessageParcel &data, MessageParcel &reply) in HandleSetBadgeNumber() function in OHOS::Notification::AnsManagerStub