Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp112 ansManagerStub.HandleSetSlotFlagsAsBundle(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1070 ErrCode HandleSetSlotFlagsAsBundle(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp407 result = HandleSetSlotFlagsAsBundle(data, reply); in OnRemoteRequest()
733 ErrCode AnsManagerStub::HandleSetSlotFlagsAsBundle(MessageParcel &data, MessageParcel &reply) in HandleSetSlotFlagsAsBundle() function in OHOS::Notification::AnsManagerStub