/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | js_form_state_observer_interface.h | 34 …virtual int32_t OnAddForm(const std::string &bundleName, const AppExecFwk::RunningFormInfo &runnin…
|
H A D | js_form_state_observer_proxy.h | 34 …virtual int32_t OnAddForm(const std::string &bundleName, const AppExecFwk::RunningFormInfo &runnin…
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_proxy_test/ |
H A D | fms_js_form_state_observer_proxy_test.cpp | 53 int result = jsFormStateObserverProxy->OnAddForm("bundleName", runningFormInfo);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | js_form_state_observer_proxy.cpp | 26 int32_t JsFormStateObserverProxy::OnAddForm(const std::string &bundleName, in OnAddForm() function in OHOS::AbilityRuntime::JsFormStateObserverProxy
|
H A D | js_form_state_observer_stub.cpp | 69 int32_t result = OnAddForm(bundleName, *runningFormInfo); in HandleOnAddForm()
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/ |
H A D | js_form_state_observer.h | 123 …int32_t OnAddForm(const std::string &bundleName, const AppExecFwk::RunningFormInfo &runningFormInf…
|
H A D | js_form_state_observer.cpp | 266 int32_t JsFormStateObserver::OnAddForm(const std::string &bundleName, in OnAddForm() function in OHOS::AbilityRuntime::JsFormStateObserver
|
H A D | js_form_host.cpp | 272 GET_CB_INFO_AND_CALL(env, info, JsFormHost, OnAddForm); in AddForm() 530 napi_value OnAddForm(napi_env env, size_t argc, napi_value* argv) in OnAddForm() function in OHOS::AbilityRuntime::JsFormHost
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_stub_test/ |
H A D | fms_js_form_state_observer_stub_test.cpp | 63 int32_t OnAddForm(const std::string &bundleName, in OnAddForm() function in OHOS::AppExecFwk::MockJsFormStateObserverCallback
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_task_mgr.cpp | 409 remoteJsFormStateObserver->OnAddForm(bundleName, runningFormInfo); in FormAdd()
|