Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp295 ansManagerStub.HandleRegisterPushCallback(datas, reply); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_manager_stub.h1055 ErrCode HandleRegisterPushCallback(MessageParcel &data, MessageParcel &reply);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_stub.cpp387 result = HandleRegisterPushCallback(data, reply); in OnRemoteRequest()
2413 ErrCode AnsManagerStub::HandleRegisterPushCallback(MessageParcel &data, MessageParcel &reply) in HandleRegisterPushCallback() function in OHOS::Notification::AnsManagerStub
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp5025 ErrCode ret = ansManagerStub_->HandleRegisterPushCallback(data, reply);