Home
last modified time | relevance | path

Searched refs:targetFunction (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.cpp318 jerry_value_t targetFunction; in OnCallBack() local
323 targetFunction = imageModule->onLoadFunc_; in OnCallBack()
325 targetFunction = imageModule->onErrorFunc_; in OnCallBack()
327 if (!jerry_value_is_function(targetFunction)) { in OnCallBack()
333 jerry_value_t ret_val = jerry_call_function (targetFunction, context, args, argcount); in OnCallBack()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dnetwork_selection.cpp84 : IWifiFilter(), targetFunction(filter), filterName(filterName), iSReverse(reverse) {} in WifiFunctionFilterAdapter()
95 return iSReverse != targetFunction.operator()(networkCandidate); in Filter()
190 :SimpleWifiScorer(scorerName), targetFunction(scorer) {}
196 return targetFunction.operator()(networkCandidate);
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dnetwork_selection.h95 std::function<bool(NetworkCandidate &)> targetFunction; member in OHOS::Wifi::NetworkSelection::WifiFunctionFilterAdapter
167 std::function<double(NetworkCandidate &)> targetFunction; member in OHOS::Wifi::NetworkSelection::WifiFunctionScorerAdapter

Completed in 4 milliseconds