| /foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
| D | form_renderer_group.cpp | 49 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/ |
| D | fms_form_render_mgr_test.cpp | 319 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
|
| D | mock_form_render_mgr_inner.cpp | 75 const std::string &compId, const sptr<IRemoteObject> &hostToken) in StopRenderingForm()
|
| /foundation/ability/form_fwk/test/unittest/fms_form_render_record_test/ |
| D | fms_form_render_record_test.cpp | 143 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/ |
| D | fms_form_render_mgr_inner_test.cpp | 365 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/ |
| D | form_render_interface.h | 67 int64_t formId, const std::string &compId, const std::string &uid) { return ERR_OK; } in ReleaseRenderer()
|
| D | form_mgr_interface.h | 72 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/ |
| D | formrenderrecord_fuzzer.cpp | 53 std::string compId(data, size); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
| D | form_renderer_group.h | 46 std::string compId; member
|
| /foundation/ability/form_fwk/services/form_render_service/src/ |
| D | form_render_record.cpp | 341 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()
|
| D | form_render_impl.cpp | 134 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/ |
| D | formrendermgr_fuzzer.cpp | 56 std::string compId(data, size); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/ability/form_fwk/services/src/ |
| D | form_render_mgr.cpp | 191 …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()
|
| D | form_render_mgr_inner.cpp | 233 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()
|
| D | form_task_mgr.cpp | 882 …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()
|
| D | form_mgr_service.cpp | 220 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/ |
| D | form_render_stub.cpp | 141 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
|
| D | form_render_proxy.cpp | 137 int64_t formId, const std::string &compId, const std::string &uid) in ReleaseRenderer()
|
| D | form_mgr_stub.cpp | 244 std::string compId = data.ReadString(); in HandleStopRenderingForm() local 310 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
|
| D | form_mgr_proxy.cpp | 106 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/ |
| D | form_mgr.cpp | 114 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/ |
| D | fms_form_mgr_service_test.cpp | 1098 std::string compId = "comId"; variable 1132 std::string compId = "comId"; variable
|
| /foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
| D | fms_form_render_stub_test.cpp | 771 std::string compId = "<compId>"; variable 784 std::string compId = "<compId>"; variable
|
| /foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
| D | form_mgr_test.cpp | 2154 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/ |
| D | form_mgr_stub_test.cpp | 2045 const std::string compId = "ABC"; variable 2071 const std::string compId = "ABC"; variable
|