/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | scope_guard.h | 25 explicit ScopeGuard(Function fn) : fn_(fn), dismissed_(false) in ScopeGuard() argument
|
/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/ |
H A D | scope_guard.h | 26 explicit ScopeGuard(Function fn) in ScopeGuard() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection.h | 77 explicit HfpAgRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpAgRfcommConnection() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_rfcomm_connection.h | 77 explicit HfpHfRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpHfRfcommConnection() argument
|
H A D | hfp_hf_command_processor.h | 86 HfpHfCommandProcessor::AtCmdFn fn; member
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | nnrt_client.cpp | 33 void* fn = dlsym(handle, name); in LoadFunction() local
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/ |
H A D | nnrt_implementation.cpp | 36 void* fn = dlsym(handle, name); in LoadFunction() local
|
/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/ |
H A D | ability_resident_process_rdb.h | 40 explicit ScopeGuard(Function fn) : fn_(fn), dismissed(false) {} in ScopeGuard() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | event_util.h | 27 JSValue fn; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | swiper_component.h | 47 explicit ChangeListener(jerry_value_t fn) : fn_(jerry_acquire_value(fn)) {} in ChangeListener() argument
|
H A D | image_animator_component.h | 28 explicit ImageAnimatorStopListener(jerry_value_t fn) in ImageAnimatorStopListener() argument
|
H A D | tabs_component.h | 60 explicit ChangeListener(jerry_value_t fn) : fn_(jerry_acquire_value(fn)) {} in ChangeListener() argument
|
H A D | event_listener.cpp | 25 KeyBoardEventListener::KeyBoardEventListener(jerry_value_t fn, const uint16_t id) in KeyBoardEventListener() argument 45 ViewOnTouchCancelListener::ViewOnTouchCancelListener(jerry_value_t fn, uint16_t id) in ViewOnTouchCancelListener() argument
|
H A D | event_listener.h | 38 explicit StateChangeListener(jerry_value_t fn) in StateChangeListener() argument 87 explicit ValueChangeListener(jerry_value_t fn) in ValueChangeListener() argument 105 ViewOnClickListener(jerry_value_t vm, jerry_value_t fn, bool isStopPropagation) in ViewOnClickListener() argument 148 ViewOnLongPressListener(jerry_value_t vm, jerry_value_t fn, bool isStopPropagation) in ViewOnLongPressListener() argument
|
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | thread.h | 29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread() argument 42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread() argument 57 explicit thread(Fn&& fn, Args&& ... args) in thread() argument
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | scope_guard.h | 71 inline ScopeGuard<Func> operator+(ScopeGuardOnExit, Func &&fn) in operator +() argument
|
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/src/ |
H A D | netsys_sock_client.cpp | 41 int HookSocket(int (*fn)(int, int, int), int domain, int type, int protocol) in HookSocket() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_log.c | 50 void SetLogImpl(LogImplInternal fn) in SetLogImpl() argument
|
/foundation/arkui/napi/native_engine/ |
H A D | native_sendable.cpp | 122 Local<FunctionRef> fn = FunctionRef::NewSendable( in NapiNativeCreateSendableFunction() local
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | test_runner.cpp | 128 bool LoadFunc(T &fn, const char *fName, void* handle) in LoadFunc() argument
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
H A D | socket_exec.h | 218 auto fn = [&](std::set<int> &value) -> void { in AddNewAcceptSocket() local
|
/foundation/graphic/graphic_3d/3d_scene_adapter/src/ |
H A D | scene_adapter.cpp | 126 bool LoadFunc(T &fn, const char *fName, void* handle) in LoadFunc() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel_fsm.c | 21 ChannelActionFunc fn; member
|
H A D | rfcomm_session_fsm.c | 21 SessionActionFunc fn; member
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 124 bool LoadFunc(T &fn, const char *fName, void* handle) in LoadFunc() argument
|