Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp38 ansManagerStub.HandleSetShowBadgeEnabledForBundle(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp194 ansManagerStub.HandleSetShowBadgeEnabledForBundle(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1018 ErrCode HandleSetShowBadgeEnabledForBundle(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp199 result = HandleSetShowBadgeEnabledForBundle(data, reply); in OnRemoteRequest()
1449 ErrCode AnsManagerStub::HandleSetShowBadgeEnabledForBundle(MessageParcel &data, MessageParcel &repl… in HandleSetShowBadgeEnabledForBundle() function in OHOS::Notification::AnsManagerStub