/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/ |
H A D | mod.rs | 45 pub const fn ctrl_break() -> SignalKind { in ctrl_break() const 63 pub const fn ctrl_close() -> SignalKind { in ctrl_close() const 81 pub const fn ctrl_c() -> SignalKind { in ctrl_c() const 99 pub const fn ctrl_logoff() -> SignalKind { in ctrl_logoff() const 117 pub const fn ctrl_shutdown() -> SignalKind { in ctrl_shutdown() const
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/ |
H A D | mod.rs | 73 pub const fn as_raw(&self) -> c_int { in as_raw() const 95 pub const fn alarm() -> SignalKind { in alarm() const 117 pub const fn child() -> SignalKind { in child() const 139 pub const fn hangup() -> SignalKind { in hangup() const 161 pub const fn interrupt() -> SignalKind { in interrupt() const 183 pub const fn io() -> SignalKind { in io() const 205 pub const fn pipe() -> SignalKind { in pipe() const 227 pub const fn quit() -> SignalKind { in quit() const 249 pub const fn terminate() -> SignalKind { in terminate() const 271 pub const fn user_defined1() -> SignalKind { in user_defined1() const [all …]
|
/ohos5.0/base/web/webview/interfaces/native/ |
H A D | arkweb_interface.cpp | 72 void* fn = OHOS::NWeb::NWebHelper::Instance().LoadFuncSymbol(functionName); in LoadFunction() local 97 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_ComponentImpl->fn)) in LoadComponentAPI() argument 121 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_ControllerImpl->fn)) in LoadControllerAPI() argument 145 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_WebMessagePortImpl->fn)) in LoadWebMessagePortAPI() argument 169 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_WebMessageImpl->fn)) in LoadWebMessageAPI() argument 194 #define ARKWEB_NATIVE_LOAD_FN_PTR(fn, ndkFn) LoadFunction(#ndkFn, &(g_CookieManagerImpl->fn)) in LoadCookieManagerAPI() argument
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_chip_test.cpp | 39 WifiHalFn fn; in SetUp() local 110 WifiHalFn fn; variable 138 WifiHalFn fn; variable 166 WifiHalFn fn; variable
|
H A D | wifi_chip_modes_test.cpp | 34 WifiHalFn fn; in SetUp() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | interest.rs | 32 pub const fn add(self, other: Interest) -> Interest { in add() const 37 pub const fn is_readable(self) -> bool { in is_readable() const 42 pub const fn is_writable(self) -> bool { in is_writable() const
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/ |
H A D | scope_guard.h | 26 explicit ScopeGuard(Function fn) in ScopeGuard()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | scope_guard.h | 25 explicit ScopeGuard(Function fn) : fn_(fn), dismissed_(false) in ScopeGuard()
|
/ohos5.0/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()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/rdb/include/ |
H A D | cm_scope_guard.h | 25 explicit CmScoprGuard(Function fn) : fn_(fn), dismissed_(false) {} in CmScoprGuard()
|
/ohos5.0/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() 42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/ |
H A D | platform_def.h | 24 #define CHECK_EXCEPT_INTR(fn) \ argument
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | Generator.js | 26 hcsToAst(fn) { argument 159 makeHcs(fn, node) { argument
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/ |
H A D | conftest.py | 46 def fn(): function
|
/ohos5.0/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()
|
H A D | event_listener.h | 38 explicit StateChangeListener(jerry_value_t fn) in StateChangeListener() 87 explicit ValueChangeListener(jerry_value_t fn) in ValueChangeListener() 105 ViewOnClickListener(jerry_value_t vm, jerry_value_t fn, bool isStopPropagation) in ViewOnClickListener() 148 ViewOnLongPressListener(jerry_value_t vm, jerry_value_t fn, bool isStopPropagation) in ViewOnLongPressListener()
|
H A D | image_animator_component.h | 28 explicit ImageAnimatorStopListener(jerry_value_t fn) in ImageAnimatorStopListener()
|
H A D | tabs_component.h | 60 explicit ChangeListener(jerry_value_t fn) : fn_(jerry_acquire_value(fn)) {} in ChangeListener()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/ |
H A D | mock.js | 46 function getArray(fn) { argument
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_vendor_hal_list.h | 40 WifiHalFn fn; member
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | event_util.h | 27 JSValue fn; member
|
/ohos5.0/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()
|