Home
last modified time | relevance | path

Searched defs:compId (Results 1 – 25 of 34) sorted by relevance

12

/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
Dfrs_form_render_record_test.cpp135 std::string compId = "compId"; variable
317 std::string compId = "compId"; variable
333 std::string compId = "compId"; variable
351 std::string compId = "compId"; variable
374 std::string compId = ""; variable
666 std::string compId = "compId"; variable
685 std::string compId = "compId"; variable
703 std::string compId = "compId"; variable
1344 std::string compId = "compId"; variable
1368 std::string compId = "compId"; variable
[all …]
Dmock_form_renderer_group.cpp57 void FormRendererGroup::DeleteForm(const std::string& compId) in DeleteForm()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
Dform_renderer_group.cpp49 auto compId = want.GetStringParam(FORM_RENDERER_COMP_ID); in AddForm() local
79 auto compId = formRequest.compId; in PreInitAddForm() local
129 auto compId = formRequest.compId; in InnerAddForm() local
205 void FormRendererGroup::DeleteForm(const std::string& compId) in DeleteForm()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
Dfms_form_render_mgr_test.cpp332 std::string compId = "<compId>"; variable
351 std::string compId = "<compId>"; variable
373 std::string compId = "<compId>"; variable
392 std::string compId = "<compId>"; variable
514 std::string compId = "<compId>"; variable
533 std::string compId = "<compId>"; variable
555 std::string compId = "<compId>"; variable
574 std::string compId = "<compId>"; variable
Dmock_form_render_mgr_inner.cpp75 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
Dfms_form_render_mgr_inner_test.cpp351 std::string compId = "<compId>"; variable
370 std::string compId = "<compId>"; variable
390 std::string compId = "<compId>"; variable
410 std::string compId = ""; variable
431 std::string compId = "compId"; variable
453 std::string compId = "compId"; variable
477 std::string compId = "compId"; variable
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
Dfms_form_render_impl_test.cpp540 std::string compId{ "1" }; variable
555 std::string compId{ "" }; variable
570 std::string compId{ "15" }; variable
585 std::string compId{ "15" }; variable
600 std::string compId{ "15" }; variable
616 std::string compId{ "15" }; variable
/foundation/ability/form_fwk/test/fuzztest/formrenderrecord_fuzzer/
Dformrenderrecord_fuzzer.cpp53 std::string compId(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
Dform_renderer_group.h46 std::string compId; member
/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
Dformrendermgr_fuzzer.cpp57 std::string compId(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
Dformrendermgrinner_fuzzer.cpp52 std::string compId(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/interfaces/inner_api/include/
Dform_render_interface.h67 int64_t formId, const std::string &compId, const std::string &uid) { return ERR_OK; } in ReleaseRenderer()
Dform_mgr_interface.h83 virtual int StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
119 virtual int ReleaseRenderer(int64_t formId, const std::string &compId) { return ERR_OK; } in ReleaseRenderer()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_form_menu_item.cpp105 std::string compId; in JsOnRegClick() local
/foundation/ability/form_fwk/services/form_render_service/src/
Dform_render_record.cpp404 void FormRenderRecord::DeleteRenderRecord(int64_t formId, const std::string &compId, in DeleteRenderRecord()
812 bool FormRenderRecord::HandleDeleteInJsThread(int64_t formId, const std::string &compId) in HandleDeleteInJsThread()
851 auto compId = want.GetStringParam(FORM_RENDERER_COMP_ID); in AddFormRequest() local
930 void FormRenderRecord::DeleteFormRequest(int64_t formId, const std::string &compId) in DeleteFormRequest()
964 int64_t formId, const std::string &compId, bool hasRelease) in UpdateFormRequestReleaseState()
987 int64_t formId, const std::string &compId, bool &isRenderGroupEmpty) in ReleaseRenderer()
1021 int64_t formId, const std::string &compId, bool &isRenderGroupEmpty) in HandleReleaseRendererInJsThread()
1708 for (auto compId : orderedCompIds) { in UpdateGroupRequestsWhenRecover() local
Dform_render_impl.cpp155 std::string compId = want.GetStringParam(Constants::FORM_RENDER_COMP_ID); in StopRenderingForm() local
183 int32_t FormRenderImpl::ReleaseRenderer(int64_t formId, const std::string &compId, const std::strin… in ReleaseRenderer()
/foundation/arkui/ace_engine/test/unittest/interfaces/
Dform_render_group_test.cpp323 for (auto compId: compIdPair.first) { variable
/foundation/ability/form_fwk/services/src/
Dform_render_mgr.cpp322 …int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject>… in StopRenderingForm()
361 …RenderMgr::ReleaseRenderer(int64_t formId, const FormRecord &formRecord, const std::string &compId) in ReleaseRenderer()
Dform_render_mgr_inner.cpp284 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
364 …rMgrInner::ReleaseRenderer(int64_t formId, const FormRecord &formRecord, const std::string &compId) in ReleaseRenderer()
Dform_mgr_service.cpp286 int FormMgrService::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
384 int FormMgrService::ReleaseRenderer(int64_t formId, const std::string &compId) in ReleaseRenderer()
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
Dform_mgr_test.cpp2143 std::string compId = "this is compId"; variable
2158 std::string compId = "this is compId"; variable
2899 std::string compId = "this is compId"; variable
2919 std::string compId = "this is compId"; variable
2937 std::string compId = "this is compId"; variable
3298 std::string compId = "this is compId"; variable
3318 std::string compId = "this is compId"; variable
3334 std::string compId = "this is compId"; variable
/foundation/ability/form_fwk/interfaces/inner_api/src/
Dform_render_stub.cpp157 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
Dform_render_proxy.cpp137 int64_t formId, const std::string &compId, const std::string &uid) in ReleaseRenderer()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
Dmock_form_mgr_adapter.cpp294 int FormMgrAdapter::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
299 int FormMgrAdapter::ReleaseRenderer(int64_t formId, const std::string &compId) in ReleaseRenderer()
Dfms_form_mgr_service_test.cpp1194 std::string compId = "comId"; variable
1237 std::string compId = "comId"; variable

12