Home
last modified time | relevance | path

Searched refs:HandleGetSlotFlagsAsBundle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp114 ansManagerStub.HandleGetSlotFlagsAsBundle(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1069 ErrCode HandleGetSlotFlagsAsBundle(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp411 result = HandleGetSlotFlagsAsBundle(data, reply); in OnRemoteRequest()
756 ErrCode AnsManagerStub::HandleGetSlotFlagsAsBundle(MessageParcel &data, MessageParcel &reply) in HandleGetSlotFlagsAsBundle() function in OHOS::Notification::AnsManagerStub