Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp297 ansManagerStub.HandleAddDoNotDisturbProfiles(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1077 ErrCode HandleAddDoNotDisturbProfiles(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp427 result = HandleAddDoNotDisturbProfiles(data, reply); in OnRemoteRequest()
2449 ErrCode AnsManagerStub::HandleAddDoNotDisturbProfiles(MessageParcel &data, MessageParcel &reply) in HandleAddDoNotDisturbProfiles() function in OHOS::Notification::AnsManagerStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp5340 ErrCode ret = ansManagerStub_->HandleAddDoNotDisturbProfiles(data, reply);