Home
last modified time | relevance | path

Searched refs:SetBackgroundFunction (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_background_connection.cpp56 formMgrProxy->SetBackgroundFunction(funcName_, params_); in OnAbilityConnectDone()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h54 … MOCK_METHOD2(SetBackgroundFunction, int32_t(const std::string method, const std::string params));
H A Dmock_form_mgr_service.h265 int32_t SetBackgroundFunction(const std::string method, const std::string params) in SetBackgroundFunction() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h204 int32_t SetBackgroundFunction(const std::string method, const std::string params) override in SetBackgroundFunction() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h184 int32_t SetBackgroundFunction(const std::string method, const std::string params) override in SetBackgroundFunction() function
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h66 …MOCK_METHOD2(SetBackgroundFunction, int32_t(const std::string funcName, const std::string params));
H A Dmock_form_mgr_service.h74 …MOCK_METHOD2(SetBackgroundFunction, int32_t(const std::string funcName, const std::string params));
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h431 virtual int32_t SetBackgroundFunction(const std::string funcName, const std::string params) = 0;
H A Dform_mgr_proxy.h390 int32_t SetBackgroundFunction(const std::string funcName, const std::string params) override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_context_test_ng.cpp363 frameNode->SetBackgroundFunction(builderFunc);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h446 int32_t SetBackgroundFunction(const std::string funcName, const std::string params) override in SetBackgroundFunction() function
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp187 int32_t SetBackgroundFunction(const std::string funcName, const std::string params) override in SetBackgroundFunction() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp738 frameNode->SetBackgroundFunction(builderFunc);
795 frameNode->SetBackgroundFunction(builderFunc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp392 targetNode->SetBackgroundFunction(std::move(buildNodeFunc)); in BindBackground()
H A Dframe_node.h609 void SetBackgroundFunction(std::function<RefPtr<UINode>()>&& buildFunc) in SetBackgroundFunction() function
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp347 int32_t SetBackgroundFunction(const std::string funcName, const std::string params) override in SetBackgroundFunction() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1589 int32_t FormMgrProxy::SetBackgroundFunction(const std::string funcName, const std::string params) in SetBackgroundFunction() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp2331 int32_t result = proxy->SetBackgroundFunction(funcName, params);