Home
last modified time | relevance | path

Searched refs:HandleOnUnlock (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_stub.h74 int32_t HandleOnUnlock(MessageParcel &data, MessageParcel &reply);
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_stub.cpp59 return HandleOnUnlock(data, reply); in OnRemoteRequest()
163 int32_t FormRenderStub::HandleOnUnlock(MessageParcel &data, MessageParcel &reply) in HandleOnUnlock() function in OHOS::AppExecFwk::FormRenderStub
/foundation/ability/form_fwk/services/include/
H A Dform_event_util.h56 static void HandleOnUnlock();
/foundation/ability/form_fwk/test/fuzztest/formrenderstub_fuzzer/
H A Dformrenderstub_fuzzer.cpp87 formRenderStub->HandleOnUnlock(datas, reply); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp99 FormEventUtil::HandleOnUnlock(); in HandleUserUnlocked()
H A Dform_event_util.cpp142 void FormEventUtil::HandleOnUnlock() in HandleOnUnlock() function in OHOS::AppExecFwk::FormEventUtil
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h106 int32_t HandleOnUnlock();
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp1252 HILOG_DEBUG("HandleOnUnlock begin"); in OnUnlock()
1258 renderRecord->HandleOnUnlock(); in OnUnlock()
1269 int32_t FormRenderRecord::HandleOnUnlock() in HandleOnUnlock() function in OHOS::AppExecFwk::FormRender::FormRenderRecord
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp1549 * @tc.desc: Verify HandleOnUnlock
1564 EXPECT_EQ(formRenderRecordPtr_->HandleOnUnlock(), ERR_OK); in HWTEST_F()

Completed in 9 milliseconds