Searched refs:getFunc (Results 1 – 13 of 13) sorted by relevance
69 GetScreenBrightnessTaskFunc getFunc = in GetScreenBrightnessTask() local71 if (getFunc == nullptr) { in GetScreenBrightnessTask()76 return getFunc(); in GetScreenBrightnessTask()
69 GetSensorIlluminationTaskFunc getFunc = in GetSensorIlluminationTask() local71 if (getFunc == nullptr) { in GetSensorIlluminationTask()76 return getFunc(); in GetSensorIlluminationTask()
43 ffrt_executor_task_func getFunc(ffrt_executor_task_type_t type) in getFunc() function
84 func = FuncManager::Instance()->getFunc(ffrt_io_task); in Run()86 func = FuncManager::Instance()->getFunc(ffrt_uv_task); in Run()
111 void SetUpCallbacks(std::function<T()>&& getFunc, std::function<void(const T&)>&& setFunc,114 getFunc_ = std::move(getFunc);
1104 …CustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc);
5713 …SCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc) in SetJSCustomProperty() argument5723 getCustomProperty_ = getFunc; in SetJSCustomProperty()
81 static void RegisterGetHapPathCallback(GetHapPathCallback getFunc);
552 void SourceMap::RegisterGetHapPathCallback(GetHapPathCallback getFunc) in RegisterGetHapPathCallback() argument555 getHapPathFunc_ = getFunc; in RegisterGetHapPathCallback()
160 auto getFunc = JSRef<JSFunc>::Cast(getParamByNameFunc); in Push() local161 auto funcArray = getFunc->Call(dataSourceObj_); in Push()203 auto getFunc = JSRef<JSFunc>::Cast(getParamByIndexFunc); in Push() local204 auto param = JSRef<JSVal>::Cast(getFunc->Call(dataSourceObj_)); in Push()
10749 auto getFunc = ParseJsGetFunc(info, nodeId); in JsCustomProperty() local10751 frameNode->SetJSCustomProperty(func, getFunc); in JsCustomProperty()
528 std::function<std::string(const std::string&)>* getFunc = in SetCustomPropertyModiferByKey() local530 frameNode->SetJSCustomProperty(*func, *getFunc); in SetCustomPropertyModiferByKey()
89 AuthFsm *(*getFunc)(int64_t param1, bool param2); member