Home
last modified time | relevance | path

Searched refs:getFunc (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/face_auth/services/src/
H A Dservice_ex_manager.cpp69 GetScreenBrightnessTaskFunc getFunc = in GetScreenBrightnessTask() local
71 if (getFunc == nullptr) { in GetScreenBrightnessTask()
76 return getFunc(); in GetScreenBrightnessTask()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dservice_ex_manager.cpp69 GetSensorIlluminationTaskFunc getFunc = in GetSensorIlluminationTask() local
71 if (getFunc == nullptr) { in GetSensorIlluminationTask()
76 return getFunc(); in GetSensorIlluminationTask()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dfunc_manager.h43 ffrt_executor_task_func getFunc(ffrt_executor_task_type_t type) in getFunc() function
H A Dcpu_worker.cpp84 func = FuncManager::Instance()->getFunc(ffrt_io_task); in Run()
86 func = FuncManager::Instance()->getFunc(ffrt_uv_task); in Run()
/ohos5.0/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,
114 getFunc_ = std::move(getFunc);
H A Dframe_node.h1104 …CustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc);
H A Dframe_node.cpp5713 …SCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc) in SetJSCustomProperty() argument
5723 getCustomProperty_ = getFunc; in SetJSCustomProperty()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h81 static void RegisterGetHapPathCallback(GetHapPathCallback getFunc);
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp160 auto getFunc = JSRef<JSFunc>::Cast(getParamByNameFunc); in Push() local
161 auto funcArray = getFunc->Call(dataSourceObj_); in Push()
203 auto getFunc = JSRef<JSFunc>::Cast(getParamByIndexFunc); in Push() local
204 auto param = JSRef<JSVal>::Cast(getFunc->Call(dataSourceObj_)); in Push()
H A Djs_view_abstract.cpp10749 auto getFunc = ParseJsGetFunc(info, nodeId); in JsCustomProperty() local
10751 frameNode->SetJSCustomProperty(func, getFunc); in JsCustomProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp528 std::function<std::string(const std::string&)>* getFunc = in SetCustomPropertyModiferByKey() local
530 frameNode->SetJSCustomProperty(*func, *getFunc); in SetCustomPropertyModiferByKey()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c89 AuthFsm *(*getFunc)(int64_t param1, bool param2); member