Searched refs:formRenderConnection (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_render_connection_test/ |
H A D | fms_form_render_connection_test.cpp | 60 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams);
in HWTEST_F() local 61 ASSERT_NE(nullptr, formRenderConnection);
in HWTEST_F() 65 formRenderConnection->OnAbilityConnectDone(element, remoteObject, resultCode);
in HWTEST_F() 79 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams);
in HWTEST_F() local 80 ASSERT_NE(nullptr, formRenderConnection);
in HWTEST_F() 85 formRenderConnection->OnAbilityConnectDone(element, remoteObject, resultCode);
in HWTEST_F() 99 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams);
in HWTEST_F() local 100 ASSERT_NE(nullptr, formRenderConnection);
in HWTEST_F() 105 formRenderConnection->OnAbilityConnectDone(element, remoteObject, resultCode);
in HWTEST_F() 119 auto formRenderConnection in HWTEST_F() local 139 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local 159 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local 179 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local 199 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local [all...] |
/foundation/ability/form_fwk/test/fuzztest/formrenderconnection_fuzzer/ |
H A D | formrenderconnection_fuzzer.cpp | 43 FormRenderConnection formRenderConnection(formRecord, wantParams);
in DoSomethingInterestingWithMyAPI() 47 formRenderConnection.OnAbilityConnectDone(element, remoteObject, resultCode);
in DoSomethingInterestingWithMyAPI() 48 formRenderConnection.OnAbilityDisconnectDone(element, resultCode);
in DoSomethingInterestingWithMyAPI() 49 formRenderConnection.SetStateConnecting();
in DoSomethingInterestingWithMyAPI() 50 formRenderConnection.SetStateDisconnected();
in DoSomethingInterestingWithMyAPI() 51 formRenderConnection.UpdateWantParams(wantParams);
in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr_inner.cpp | 112 auto formRenderConnection = new (std::nothrow) FormRenderConnection(formRecord, want.GetParams()); in RenderForm() local 113 if (formRenderConnection == nullptr) { in RenderForm() 114 HILOG_ERROR("null formRenderConnection"); in RenderForm() 117 ErrCode errorCode = ConnectRenderService(formRenderConnection, formRecord.privacyLevel); in RenderForm()
|
Completed in 2 milliseconds