Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 97) sorted by relevance

1234

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/
H A Dmod.rs45 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 Dmod.rs73 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 Darkweb_interface.cpp72 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 Dwifi_chip_test.cpp39 WifiHalFn fn; in SetUp() local
110 WifiHalFn fn; variable
138 WifiHalFn fn; variable
166 WifiHalFn fn; variable
H A Dwifi_chip_modes_test.cpp34 WifiHalFn fn; in SetUp() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs32 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/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h29 explicit thread(const char* name, qos qos_, Fn&& fn, Args&&... args) in thread()
42 explicit thread(qos qos_, Fn&& fn, Args&&... args) in thread()
/aosp14/system/core/libcutils/
H A Dload_file.cpp24 void *load_file(const char *fn, unsigned *_sz) in load_file()
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/rdb/
H A Dscope_guard.h26 explicit ScopeGuard(Function fn) in ScopeGuard()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dscope_guard.h25 explicit ScopeGuard(Function fn) : fn_(fn), dismissed_(false) in ScopeGuard()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection.h77 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 Dcm_scope_guard.h25 explicit CmScoprGuard(Function fn) : fn_(fn), dismissed_(false) {} in CmScoprGuard()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection.h77 explicit HfpAgRfcommConnection(RFCOMM_EventCallback fn) : fn_(fn) in HfpAgRfcommConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dplatform_def.h24 #define CHECK_EXCEPT_INTR(fn) \ argument
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DGenerator.js26 hcsToAst(fn) { argument
159 makeHcs(fn, node) { argument
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/
H A Dconftest.py46 def fn(): function
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DAndroidFuture.java314 @NonNull Function<? super T, ? extends CompletionStage<U>> fn) { in thenCompose()
320 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in thenComposeAsync()
332 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in ThenComposeAsync()
375 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply()
380 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync()
392 @NonNull Function<? super T, ? extends U> fn, in ThenApplyAsync()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h38 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 Dswiper_component.h47 explicit ChangeListener(jerry_value_t fn) : fn_(jerry_acquire_value(fn)) {} in ChangeListener()
H A Dimage_animator_component.h28 explicit ImageAnimatorStopListener(jerry_value_t fn) in ImageAnimatorStopListener()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/
H A Dmock.js46 function getArray(fn) { argument
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal_list.h40 WifiHalFn fn; member
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp36 void* fn = dlsym(handle, name); in LoadFunction() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.cpp33 void* fn = dlsym(handle, name); in LoadFunction() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Devent_util.h27 JSValue fn; member

1234