Home
last modified time | relevance | path

Searched defs:checkFunc (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp206 auto checkFunc = [&dumpStream, &dumpInfo]() { in __anonf32ef11e0202() variable
266 auto checkFunc = [&dumpStream, &dumpInfo]() { in __anonf32ef11e0302() variable
320 auto checkFunc = [&dumpStream, &dumpInfo]() { in __anonf32ef11e0402() variable
360 auto checkFunc = [&dumpStream, &dumpInfo]() { in __anonf32ef11e0502() variable
400 auto checkFunc = [&dumpStream, &dumpInfo]() { in __anonf32ef11e0602() variable
446 auto checkFunc = [&dumpStream, &dumpInfo]() { in __anonf32ef11e0702() variable
H A Davformat_unit_channel_layout_test.cpp243 auto checkFunc = [&dumpStream, &dumpInfo, i]() { in __anonf72609730102() variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_nav_path_stack.h54 void SetCheckNavDestinationExistsFunc(std::function<int32_t(JSRef<JSObject>)> checkFunc) in SetCheckNavDestinationExistsFunc()
H A Djs_navigation_stack.cpp96 std::function<int32_t(JSRef<JSObject>)> checkFunc) in UpdateCheckNavDestinationExistsFunc()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/
H A Drender_fifo_queue.h82 void Remove(const std::function<bool(T &)> &checkFunc) override in Remove()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dfsm_common.h35 #define FSM_RETURN_IF_HANDLE_NOT_EXIST(checkFunc, handle) \ argument
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp53 auto checkFunc = [](const std::string &str) { return str.find("secure") != std::string::npos; }; in GetCodecNameArrayByMime() local
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Davoid_area_controller.cpp46 const std::function<bool(sptr<WindowNode>)>& checkFunc) in ProcessWindowChange()
156 const std::function<bool(sptr<WindowNode>)>& checkFunc) in UpdateOverlayWindowIfNeed()
H A Dwindow_node_container.cpp1301 auto checkFunc = [this](sptr<WindowNode> node) { in NotifyIfAvoidAreaChanged() local
1322 auto checkFunc = [this](sptr<WindowNode> node) { in ProcessWindowAvoidAreaChangeWhenDisplayChange() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp145 napi_value checkFunc = nullptr; in OnCheckNotification() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_func_unit_test.cpp1202 auto checkFunc = [&dumpInfo](const std::string key) { in __anonc37cefb30d02() variable
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_common.cpp394 const NapiCallerArgs &args, CheckFuncPtr checkFunc) in NapiAsync()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/
H A Dhdf_disp.h100 int32_t (*checkFunc)(struct PanelData *panel); member