Home
last modified time | relevance | path

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

12

/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
114 auto compId = formRequest.compId; in InnerAddForm() local
169 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.cpp319 std::string compId = "<compId>"; variable
338 std::string compId = "<compId>"; variable
358 std::string compId = "<compId>"; variable
377 std::string compId = "<compId>"; variable
480 std::string compId = "<compId>"; variable
499 std::string compId = "<compId>"; variable
519 std::string compId = "<compId>"; variable
538 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_record_test/
Dfms_form_render_record_test.cpp143 std::string compId = "compId"; variable
321 std::string compId = "compId"; variable
337 std::string compId = "compId"; variable
355 std::string compId = "compId"; variable
378 std::string compId = ""; variable
673 std::string compId = "compId"; variable
692 std::string compId = "compId"; variable
710 std::string compId = "compId"; variable
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
Dfms_form_render_mgr_inner_test.cpp365 std::string compId = "<compId>"; variable
384 std::string compId = "<compId>"; variable
404 std::string compId = "<compId>"; variable
424 std::string compId = ""; variable
445 std::string compId = "compId"; variable
467 std::string compId = "compId"; variable
491 std::string compId = "compId"; variable
/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.h72 virtual int StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
108 virtual int ReleaseRenderer(int64_t formId, const std::string &compId) { return ERR_OK; } in ReleaseRenderer()
/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/services/form_render_service/src/
Dform_render_record.cpp341 void FormRenderRecord::DeleteRenderRecord(int64_t formId, const std::string &compId, in DeleteRenderRecord()
630 bool FormRenderRecord::HandleDeleteInJsThread(int64_t formId, const std::string &compId) in HandleDeleteInJsThread()
669 auto compId = want.GetStringParam(FORM_RENDERER_COMP_ID); in AddFormRequest() local
718 void FormRenderRecord::DeleteFormRequest(int64_t formId, const std::string &compId) in DeleteFormRequest()
743 int64_t formId, const std::string &compId, bool hasRelease) in UpdateFormRequestReleaseState()
762 int64_t formId, const std::string &compId, bool &isRenderGroupEmpty) in ReleaseRenderer()
793 int64_t formId, const std::string &compId, bool &isRenderGroupEmpty) in HandleReleaseRendererInJsThread()
Dform_render_impl.cpp134 std::string compId = want.GetStringParam(Constants::FORM_RENDER_COMP_ID); in StopRenderingForm() local
151 int32_t FormRenderImpl::ReleaseRenderer(int64_t formId, const std::string &compId, const std::strin… in ReleaseRenderer()
/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
Dformrendermgr_fuzzer.cpp56 std::string compId(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/services/src/
Dform_render_mgr.cpp191 …int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject>… in StopRenderingForm()
225 …RenderMgr::ReleaseRenderer(int64_t formId, const FormRecord &formRecord, const std::string &compId) in ReleaseRenderer()
Dform_render_mgr_inner.cpp233 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
316 …rMgrInner::ReleaseRenderer(int64_t formId, const FormRecord &formRecord, const std::string &compId) in ReleaseRenderer()
Dform_task_mgr.cpp882 …int64_t formId, const std::string &compId, const std::string &uid, const sptr<IRemoteObject> &remo… in PostReleaseRenderer()
898 …int64_t formId, const std::string &compId, const std::string &uid, const sptr<IRemoteObject> &remo… in ReleaseRenderer()
Dform_mgr_service.cpp220 int FormMgrService::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
319 int FormMgrService::ReleaseRenderer(int64_t formId, const std::string &compId) in ReleaseRenderer()
/foundation/ability/form_fwk/interfaces/inner_api/src/
Dform_render_stub.cpp141 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()
Dform_mgr_stub.cpp244 std::string compId = data.ReadString(); in HandleStopRenderingForm() local
310 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
Dform_mgr_proxy.cpp106 int FormMgrProxy::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
249 int FormMgrProxy::ReleaseRenderer(int64_t formId, const std::string &compId) in ReleaseRenderer()
/foundation/ability/form_fwk/interfaces/kits/native/src/
Dform_mgr.cpp114 int FormMgr::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm()
218 int FormMgr::ReleaseRenderer(const int64_t formId, const std::string &compId) in ReleaseRenderer()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
Dfms_form_mgr_service_test.cpp1098 std::string compId = "comId"; variable
1132 std::string compId = "comId"; variable
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
Dfms_form_render_stub_test.cpp771 std::string compId = "<compId>"; variable
784 std::string compId = "<compId>"; variable
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
Dform_mgr_test.cpp2154 std::string compId = "this is compId"; variable
2169 std::string compId = "this is compId"; variable
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
Dform_mgr_stub_test.cpp2045 const std::string compId = "ABC"; variable
2071 const std::string compId = "ABC"; variable

12