Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp44 ansManagerStub.HandleIsAllowedNotifySelf(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp220 ansManagerStub.HandleIsAllowedNotifySelf(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1024 ErrCode HandleIsAllowedNotifySelf(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp223 result = HandleIsAllowedNotifySelf(data, reply); in OnRemoteRequest()
1641 ErrCode AnsManagerStub::HandleIsAllowedNotifySelf(MessageParcel &data, MessageParcel &reply) in HandleIsAllowedNotifySelf() function in OHOS::Notification::AnsManagerStub