/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_render_interface.h | 66 ReleaseRenderer( int64_t formId, const std::string &compId, const std::string &uid) ReleaseRenderer() argument
|
H A D | form_mgr_interface.h | 83 virtual int StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm() argument 119 virtual int ReleaseRenderer(int64_t formId, const std::string &compId) { return ERR_OK; } in ReleaseRenderer() argument
|
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | mock_form_renderer_group.cpp | 52 void FormRendererGroup::DeleteForm(const std::string& compId)
in DeleteForm() argument
|
H A D | frs_form_render_record_test.cpp | 157 std::string compId = "compId"; in HWTEST_F() local 339 std::string compId = "compId"; in HWTEST_F() local 355 std::string compId = "compId"; in HWTEST_F() local 373 std::string compId = "compId"; HWTEST_F() local 396 std::string compId = ""; HWTEST_F() local 688 std::string compId = "compId"; HWTEST_F() local 707 std::string compId = "compId"; HWTEST_F() local 725 std::string compId = "compId"; HWTEST_F() local 1366 std::string compId = "compId"; HWTEST_F() local 1390 std::string compId = "compId"; HWTEST_F() local 1411 std::string compId = ""; HWTEST_F() local 1428 std::string compId = "compId"; HWTEST_F() local 1445 std::string compId = "compId"; HWTEST_F() local 1465 std::string compId = "compId"; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/ |
H A D | fms_form_render_mgr_test.cpp | 332 std::string compId = "<compId>";
in HWTEST_F() local 351 std::string compId = "<compId>";
in HWTEST_F() local 373 std::string compId = "<compId>";
in HWTEST_F() local 392 std::string compId in HWTEST_F() local 514 std::string compId = "<compId>"; HWTEST_F() local 533 std::string compId = "<compId>"; HWTEST_F() local 555 std::string compId = "<compId>"; HWTEST_F() local 574 std::string compId = "<compId>"; HWTEST_F() local [all...] |
H A D | mock_form_render_mgr_inner.cpp | 74 StopRenderingForm(int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject> &hostToken) StopRenderingForm() argument
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
H A D | form_renderer_group.h | 46 std::string compId; member
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_group_test.cpp | 276 std::string compId = "deleteform"; in HWTEST_F() local 300 std::string compId = "deleteform"; in HWTEST_F() local 327 std::string compId = "deleteform"; in HWTEST_F() local [all...] |
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_render_stub.cpp | 136 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
|
H A D | form_render_proxy.cpp | 136 ReleaseRenderer( int64_t formId, const std::string &compId, const std::string &uid) ReleaseRenderer() argument
|
H A D | form_mgr_proxy.cpp | 130 int FormMgrProxy::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm() argument 273 int FormMgrProxy::ReleaseRenderer(int64_t formId, const std::string &compId) in ReleaseRenderer() argument
|
H A D | form_mgr_stub.cpp | 344 std::string compId = data.ReadString(); in HandleStopRenderingForm() local 410 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
H A D | fms_form_render_mgr_inner_test.cpp | 368 std::string compId = "<compId>";
in HWTEST_F() local 387 std::string compId = "<compId>";
in HWTEST_F() local 407 std::string compId = "<compId>";
in HWTEST_F() local 427 std::string compId = ""; HWTEST_F() local 448 std::string compId = "compId"; HWTEST_F() local 470 std::string compId = "compId"; HWTEST_F() local 494 std::string compId = "compId"; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_group.cpp | 48 auto compId = want.GetStringParam(FORM_RENDERER_COMP_ID); in AddForm() local 78 auto compId = formRequest.compId; in PreInitAddForm() local 119 auto compId = formRequest.compId; InnerAddForm() local 174 DeleteForm(const std::string& compId) DeleteForm() argument [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 2267 std::string compId = "1"; in HWTEST_F() local 2288 std::string compId = "1"; in HWTEST_F() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 940 std::string compId = "<compId>"; in HWTEST_F() local 953 std::string compId = "<compId>"; in HWTEST_F() local
|
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/ |
H A D | form_mgr_stub_test.cpp | 2045 const std::string compId = "ABC"; in HWTEST_F() local 2071 const std::string compId = "ABC"; in HWTEST_F() local 3020 const std::string compId = "compId"; in HWTEST_F() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 1255 std::string compId = "comId"; in HWTEST_F() local 1298 std::string compId = "comId"; in HWTEST_F() local
|
H A D | mock_form_mgr_adapter.cpp | 294 int FormMgrAdapter::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm() argument 299 int FormMgrAdapter::ReleaseRenderer(int64_t formId, const std::string &compId) in ReleaseRenderer() argument
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_impl.cpp | 154 std::string compId = want.GetStringParam(Constants::FORM_RENDER_COMP_ID);
in StopRenderingForm() local 174 int32_t FormRenderImpl::ReleaseRenderer(int64_t formId, const std::string &compId, const std::string &uid)
in ReleaseRenderer() argument
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 281 ErrCode FormRenderMgr::ReleaseRenderer(int64_t formId, const FormRecord &formRecord, const std::string &compId) in ReleaseRenderer() argument 241 StopRenderingForm( int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject> &hostToken) StopRenderingForm() argument
|
H A D | form_render_mgr_inner.cpp | 348 ErrCode FormRenderMgrInner::ReleaseRenderer(int64_t formId, const FormRecord &formRecord, const std::string &compId) in ReleaseRenderer() argument 267 StopRenderingForm(int64_t formId, const FormRecord &formRecord, const std::string &compId, const sptr<IRemoteObject> &hostToken) StopRenderingForm() argument
|
H A D | form_task_mgr.cpp | 883 PostReleaseRenderer( int64_t formId, const std::string &compId, const std::string &uid, const sptr<IRemoteObject> &remoteObject) PostReleaseRenderer() argument 899 ReleaseRenderer( int64_t formId, const std::string &compId, const std::string &uid, const sptr<IRemoteObject> &remoteObject) ReleaseRenderer() argument
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 2143 std::string compId = "this is compId"; in HWTEST_F() local 2158 std::string compId = "this is compId"; in HWTEST_F() local 2899 std::string compId = "this is compId"; in HWTEST_F() local 2919 std::string compId in HWTEST_F() local 2937 std::string compId = "this is compId"; HWTEST_F() local 3298 std::string compId = "this is compId"; HWTEST_F() local 3318 std::string compId = "this is compId"; HWTEST_F() local 3334 std::string compId = "this is compId"; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 155 int FormMgr::StopRenderingForm(const int64_t formId, const std::string &compId) in StopRenderingForm() argument 273 int FormMgr::ReleaseRenderer(const int64_t formId, const std::string &compId) in ReleaseRenderer() argument [all...] |