Home
last modified time | relevance | path

Searched defs:getFunc (Results 1 – 9 of 9) sorted by relevance

/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
/ohos5.0/base/useriam/face_auth/services/src/
H A Dservice_ex_manager.cpp69 GetScreenBrightnessTaskFunc getFunc = in GetScreenBrightnessTask() local
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dservice_ex_manager.cpp69 GetSensorIlluminationTaskFunc getFunc = in GetSensorIlluminationTask() local
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp552 void SourceMap::RegisterGetHapPathCallback(GetHapPathCallback 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
203 auto getFunc = JSRef<JSFunc>::Cast(getParamByIndexFunc); in Push() local
H A Djs_view_abstract.cpp10749 auto getFunc = ParseJsGetFunc(info, nodeId); in JsCustomProperty() local
/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
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c89 AuthFsm *(*getFunc)(int64_t param1, bool param2); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5713 …:SetJSCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> ge… in SetJSCustomProperty()