Searched refs:getFunc (Results 1 - 11 of 11) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | func_manager.h | 43 ffrt_executor_task_func getFunc(ffrt_executor_task_type_t type) in getFunc() function in ffrt::FuncManager
|
H A D | cpu_worker.cpp | 80 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 D | source_map.h | 81 static void RegisterGetHapPathCallback(GetHapPathCallback getFunc);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | modifier.h | 111 void SetUpCallbacks(std::function<T()>&& getFunc, std::function<void(const T&)>&& setFunc, in SetUpCallbacks() argument 114 getFunc_ = std::move(getFunc); in SetUpCallbacks()
|
H A D | frame_node.h | 1104 void SetJSCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc);
|
H A D | frame_node.cpp | 5913 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 D | js_navigation_stack.cpp | 113 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 D | js_view_abstract.cpp | 10682 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 D | source_map.cpp | 552 void SourceMap::RegisterGetHapPathCallback(GetHapPathCallback getFunc) in RegisterGetHapPathCallback() argument 555 getHapPathFunc_ = getFunc; in RegisterGetHapPathCallback()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 522 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 D | auth_session_fsm.c | 89 AuthFsm *(*getFunc)(int64_t param1, bool param2); member
|
Completed in 42 milliseconds