Home
last modified time | relevance | path

Searched defs:compId (Results 1 - 25 of 29) sorted by relevance

12

/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h66 ReleaseRenderer( int64_t formId, const std::string &compId, const std::string &uid) ReleaseRenderer() argument
H A Dform_mgr_interface.h83 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 Dmock_form_renderer_group.cpp52 void FormRendererGroup::DeleteForm(const std::string& compId) in DeleteForm() argument
H A Dfrs_form_render_record_test.cpp157 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 Dfms_form_render_mgr_test.cpp332 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 Dmock_form_render_mgr_inner.cpp74 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 Dform_renderer_group.h46 std::string compId; member
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_group_test.cpp276 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 Dform_render_stub.cpp136 std::string compId = data.ReadString(); in HandleReleaseRenderer() local
H A Dform_render_proxy.cpp136 ReleaseRenderer( int64_t formId, const std::string &compId, const std::string &uid) ReleaseRenderer() argument
H A Dform_mgr_proxy.cpp130 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 Dform_mgr_stub.cpp344 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 Dfms_form_render_mgr_inner_test.cpp368 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 Dform_renderer_group.cpp48 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 Dfms_form_mgr_proxy_test.cpp2267 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 Dfms_form_render_stub_test.cpp940 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 Dform_mgr_stub_test.cpp2045 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 Dfms_form_mgr_service_test.cpp1255 std::string compId = "comId"; in HWTEST_F() local
1298 std::string compId = "comId"; in HWTEST_F() local
H A Dmock_form_mgr_adapter.cpp294 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 Dform_render_impl.cpp154 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 Dform_render_mgr.cpp281 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 Dform_render_mgr_inner.cpp348 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 Dform_task_mgr.cpp883 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 Dform_mgr_test.cpp2143 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 Dform_mgr.cpp155 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...]

Completed in 39 milliseconds

12