Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp34 ansManagerStub.HandleDistributedSetEnabledWithoutApp(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp285 ansManagerStub.HandleDistributedSetEnabledWithoutApp(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1059 ErrCode HandleDistributedSetEnabledWithoutApp(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp367 result = HandleDistributedSetEnabledWithoutApp(data, reply); in OnRemoteRequest()
2296 ErrCode AnsManagerStub::HandleDistributedSetEnabledWithoutApp(MessageParcel &data, MessageParcel &r… in HandleDistributedSetEnabledWithoutApp() function in OHOS::Notification::AnsManagerStub