Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp33 ansManagerStub.HandleGetEnabledForBundleSlot(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp280 ansManagerStub.HandleGetEnabledForBundleSlot(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1057 ErrCode HandleGetEnabledForBundleSlot(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp343 result = HandleGetEnabledForBundleSlot(data, reply); in OnRemoteRequest()
2242 ErrCode AnsManagerStub::HandleGetEnabledForBundleSlot(MessageParcel &data, MessageParcel &reply) in HandleGetEnabledForBundleSlot() function in OHOS::Notification::AnsManagerStub