Searched refs:formRenderServiceExtension (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/ |
H A D | formrenderserviceextension_fuzzer.cpp | 44 auto formRenderServiceExtension = FormRenderServiceExtension::Create(runtime); in DoSomethingInterestingWithMyAPI() local 45 if (formRenderServiceExtension == nullptr) { in DoSomethingInterestingWithMyAPI() 52 formRenderServiceExtension->Init(record, application, handler, token); in DoSomethingInterestingWithMyAPI() 56 formRenderServiceExtension->OnCommand(want, restart, startId); in DoSomethingInterestingWithMyAPI() 57 delete formRenderServiceExtension; in DoSomethingInterestingWithMyAPI() 58 formRenderServiceExtension = nullptr; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_service_extension_test/ |
H A D | fms_form_render_service_extension_test.cpp | 63 auto formRenderServiceExtension = FormRenderServiceExtension::Create(runtime); variable 68 formRenderServiceExtension->Init(record, application, handler, token); 81 auto formRenderServiceExtension = FormRenderServiceExtension::Create(runtime); variable 85 formRenderServiceExtension->OnCommand(want, restart, startId);
|