Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h186 int32_t HandleDumpFormTimerByFormId(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp297 formMgrStub->HandleDumpFormTimerByFormId(data, reply); in HandleFormMessage()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp104 return HandleDumpFormTimerByFormId(data, reply); in OnRemoteRequestFirst()
657 int32_t FormMgrStub::HandleDumpFormTimerByFormId(MessageParcel &data, MessageParcel &reply) in HandleDumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgrStub