Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp293 ansManagerStub.HandleSetBadgeNumberByBundle(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1062 ErrCode HandleSetBadgeNumberByBundle(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp379 result = HandleSetBadgeNumberByBundle(data, reply); in OnRemoteRequest()
2365 ErrCode AnsManagerStub::HandleSetBadgeNumberByBundle(MessageParcel &data, MessageParcel &reply) in HandleSetBadgeNumberByBundle() function in OHOS::Notification::AnsManagerStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp5300 ErrCode ret = ansManagerStub_->HandleSetBadgeNumberByBundle(data, reply);
5305 ret = ansManagerStub_->HandleSetBadgeNumberByBundle(data, reply);
5327 ErrCode ret = ansManagerStub_->HandleSetBadgeNumberByBundle(data, reply);