Home
last modified time | relevance | path

Searched refs:getFunc (Results 1 - 11 of 11) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
H A Dfunc_manager.h43 ffrt_executor_task_func getFunc(ffrt_executor_task_type_t type) in getFunc() function in ffrt::FuncManager
H A Dcpu_worker.cpp80 func = FuncManager::Instance()->getFunc(ffrt_io_task); in Run()
82 func = FuncManager::Instance()->getFunc(ffrt_uv_task); in Run()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h81 static void RegisterGetHapPathCallback(GetHapPathCallback getFunc);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dmodifier.h111 void SetUpCallbacks(std::function<T()>&& getFunc, std::function<void(const T&)>&& setFunc, in SetUpCallbacks() argument
114 getFunc_ = std::move(getFunc); in SetUpCallbacks()
H A Dframe_node.h1104 void SetJSCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc);
H A Dframe_node.cpp5913 void FrameNode::SetJSCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc) in SetJSCustomProperty() argument
5923 getCustomProperty_ = getFunc; in SetJSCustomProperty()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp113 auto getFunc = JSRef<JSFunc>::Cast(getParamByNameFunc); in Push() local
116 auto funcArray = getFunc->Call(dataSourceObj_, 1, params); in Push()
158 auto getFunc = JSRef<JSFunc>::Cast(getParamByIndexFunc); in Push() local
159 auto param = JSRef<JSVal>::Cast(getFunc->Call(dataSourceObj_)); in Push()
H A Djs_view_abstract.cpp10682 auto getFunc = ParseJsGetFunc(info, nodeId); in JsCustomProperty() local
10684 frameNode->SetJSCustomProperty(func, getFunc); in JsCustomProperty()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp552 void SourceMap::RegisterGetHapPathCallback(GetHapPathCallback getFunc) in RegisterGetHapPathCallback() argument
555 getHapPathFunc_ = getFunc; in RegisterGetHapPathCallback()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp522 std::function<std::string(const std::string&)>* getFunc = in SetCustomPropertyModiferByKey() local
524 frameNode->SetJSCustomProperty(*func, *getFunc); in SetCustomPropertyModiferByKey()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c89 AuthFsm *(*getFunc)(int64_t param1, bool param2); member

Completed in 42 milliseconds