Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 25 of 182) sorted by relevance

12345678

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine.cpp52 if (ROLE(WakeupEngineImpl).Handle(msg) != 0) { in OnDetected()
80 ROLE(WakeupEngineImpl).Handle(msg); in SetCallback()
84 headsetImpl_->Handle(msg); in SetCallback()
97 return ROLE(WakeupEngineImpl).Handle(msg); in StartCapturer()
117 return ROLE(WakeupEngineImpl).Handle(msg); in StopCapturer()
132 return headsetImpl_->Handle(msg); in NotifyHeadsetWakeEvent()
178 if (headsetImpl_->Handle(msg) != 0) { in HandleHeadsetOn()
201 return ROLE(WakeupEngineImpl).Handle(msg); in Detach()
213 return ROLE(WakeupEngineImpl).Handle(msg); in SetParameter()
231 return ROLE(WakeupEngineImpl).Handle(msg); in Stop()
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver_handle.rs39 pub(crate) struct Handle {
46 impl Handle { impl
53 pub(crate) fn get_handle() -> io::Result<Arc<Handle>> {
61 impl Handle { impl
86 impl Handle { impl
103 impl Handle { impl
125 pub(crate) struct Handle {
129 impl Handle { impl
130 pub(crate) fn get_handle() -> io::Result<Arc<Handle>> {
131 Ok(Arc::new(Handle{io: IoHandle::get_ref()}))
H A Ddriver.rs17 pub(crate) use crate::executor::driver_handle::Handle;
49 pub(crate) fn initialize() -> (Arc<Handle>, Arc<Mutex<Driver>>) { in initialize()
54 let handle = Handle { in initialize()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state.h27 virtual void Handle(StateMachine& sm) = 0;
31 void Handle(StateMachine& sm) override;
35 void Handle(StateMachine& sm) override;
39 void Handle(StateMachine& sm) override;
43 void Handle(StateMachine& sm) override;
47 void Handle(StateMachine& sm) override;
H A Djs_page_state.cpp25 void PageInitState::Handle(StateMachine &sm) in Handle() function in OHOS::ACELite::PageInitState
44 void PageReadyState::Handle(StateMachine &sm) in Handle() function in OHOS::ACELite::PageReadyState
61 void PageShowState::Handle(StateMachine &sm) in Handle() function in OHOS::ACELite::PageShowState
78 void PageBackgroundState::Handle(StateMachine &sm) in Handle() function in OHOS::ACELite::PageBackgroundState
94 void PageDestroyState::Handle(StateMachine &sm) in Handle() function in OHOS::ACELite::PageDestroyState
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_fd.h22 using Handle = int; variable
28 using Handle = int; variable
38 explicit EventFd(Handle handle) : fd_(handle) {} in EventFd()
51 operator Handle() const in Handle() function
70 Handle fd_;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djs_util_test.cpp62 static napi_value Handle(napi_env env, napi_callback_info info, const Action &action) in Handle() function
71 return Handle(env, info, [env](napi_value in) -> napi_value { in GetInt32()
79 return Handle(env, info, [env](napi_value in) -> napi_value { in GetInt64()
87 return Handle(env, info, [env](napi_value in) -> napi_value { in GetUint32()
95 return Handle(env, info, [env](napi_value in) -> napi_value { in GetBool()
103 return Handle(env, info, [env](napi_value in) -> napi_value { in GetString()
111 return Handle(env, info, [env](napi_value in) -> napi_value { in GetObject()
119 return Handle(env, info, [env](napi_value in) -> napi_value { in GetArrayString()
127 return Handle(env, info, [env](napi_value in) -> napi_value { in GetArrayInt32()
135 return Handle(env, info, [env](napi_value in) -> napi_value { in GetArrayBool()
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m___heap_statistics.md31 | size_t [totalGlobalHandlesSize](#totalglobalhandlessize) | 全局Handle的总大小,单位kb。 |
32 | size_t [usedGlobalHandlesSize](#usedglobalhandlessize) | 已经使用的全局Handle的大小,单位kb。 |
107 全局Handle的总大小,单位kb。
143 已经使用的全局Handle的大小,单位kb。
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmesh_impl.cpp34 …META_IMPLEMENT_INTERFACE_PROPERTY(SCENE_NS::ISubMesh, uint64_t, Handle, {}, META_NS::ObjectFlagBit…
76 bridge->SetRenderSortLayerOrder(META_NS::GetValue(Handle()), order); in SetRenderSortLayerOrder()
85 bridge->SetAABBMin(META_NS::GetValue(Handle()), vec); in SetAABBMin()
94 bridge->SetAABBMax(META_NS::GetValue(Handle()), vec); in SetAABBMax()
109 bridge->SetMaterialToEcs(META_NS::GetValue(Handle()), material); in UpdateMaterialToScene()
128 bridge->SetMaterialToEcs(META_NS::GetValue(Handle()), currentMaterial_); in AddSubmeshBrigde()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dhandle.rs20 pub(crate) struct Handle(HANDLE); struct
22 impl Handle { impl
39 impl Drop for Handle { implementation
H A Diocp.rs18 use super::Handle;
29 handle: Handle,
40 handle: Handle::new(handle), in new()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dnull_processor.cpp35 executor_->WaitEvent().Handle<std::shared_ptr<ConnectCommand>>([this] (auto &command) { in Run()
38 }).Handle<std::shared_ptr<DisconnectCommand>>([this] (auto &command) { in Run()
41 }).Handle<std::shared_ptr<NegotiateCommand>>([this] (auto &command) { in Run()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp322 Handle TLSKey::handle() const in handle()
326 return Handle(OPAQUE); in handle()
328 return Handle(rsa_); in handle()
330 return Handle(dsa_); in handle()
332 return Handle(dh_); in handle()
334 return Handle(ec_); in handle()
336 return Handle(nullptr); in handle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/touch_screen/
H A Dtouch_screen.h56 template<typename Handle>
57 void GetHandleBySymbol(Handle& handle, const char* symbol) in GetHandleBySymbol()
59 handle = reinterpret_cast<Handle>(dlsym(touchScreenHandle_, symbol)); in GetHandleBySymbol()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_collection_ffi.h45 using Vector##typeName##Handle = void*; \
47 CJ_EXPORT Vector##typeName##Handle FFICJCommonCreateVector##typeName(int64_t size); \
48 CJ_EXPORT void FFICJCommonVector##typeName##Delete(Vector##typeName##Handle vec); \
49 CJ_EXPORT int64_t FFICJCommonVector##typeName##GetSize(Vector##typeName##Handle vec); \
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h97 using Handle = bool (CloudServiceImpl::*)(int32_t); variable
98 using Handles = std::deque<Handle>;
175 static constexpr Handle WORK_CLOUD_INFO_UPDATE = &CloudServiceImpl::UpdateCloudInfo;
176 static constexpr Handle WORK_SCHEMA_UPDATE = &CloudServiceImpl::UpdateSchema;
177 static constexpr Handle WORK_SUB = &CloudServiceImpl::DoSubscribe;
178 static constexpr Handle WORK_RELEASE = &CloudServiceImpl::ReleaseUserInfo;
179 static constexpr Handle WORK_DO_CLOUD_SYNC = &CloudServiceImpl::DoCloudSync;
180 static constexpr Handle WORK_STOP_CLOUD_SYNC = &CloudServiceImpl::StopCloudSync;
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dsync-task-development.md125 export default class Handle {
139 import Handle from './handle'; // 返回句柄
144 let handler: Handle = new Handle()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_screen_lock_callback_wrapper.cpp27 void ArkWebScreenLockCallbackWrapper::Handle(bool key) in Handle() function in OHOS::ArkWeb::ArkWebScreenLockCallbackWrapper
29 ark_web_screen_lock_callback_->Handle(key); in Handle()
H A Dark_web_output_frame_callback_wrapper.cpp27 bool ArkWebOutputFrameCallbackWrapper::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle() function in OHOS::ArkWeb::ArkWebOutputFrameCallbackWrapper
29 return ark_web_output_frame_callback_->Handle(buffer, width, height); in Handle()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_screen_lock_callback_impl.cpp27 void ArkWebScreenLockCallbackImpl::Handle(bool key) in Handle() function in OHOS::ArkWeb::ArkWebScreenLockCallbackImpl
29 nweb_screen_lock_callback_->Handle(key); in Handle()
H A Dark_web_output_frame_callback_impl.cpp27 bool ArkWebOutputFrameCallbackImpl::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle() function in OHOS::ArkWeb::ArkWebOutputFrameCallbackImpl
29 return nweb_output_frame_callback_->Handle(buffer, width, height); in Handle()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/
H A Dnotify_handler.cpp27 void NotifyHandler::Handle(const CloudSyncHandleData &handleData) in Handle() function in OHOS::Media::NotifyHandler
39 nextHandler_->Handle(handleData); in Handle()
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-ndk-avplayer-for-video-playback.md142 // Handle the exception.
152 // Handle the exception.
328 // Handle the exception.
334 // Handle the exception.
341 // Handle the exception.
347 // Handle the exception.
356 // Handle the exception.
375 // Handle the exception.
379 // Handle the exception.
385 // Handle the exception.
[all …]
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp125 Handle handle = tlsKey.handle();
129 Handle handleDsa = tlsKeyDsa.handle();
133 Handle handleEc = tlsKeyEc.handle();
137 Handle handleDh = tlsKeyDh.handle();
141 Handle handleOpaque = tlsKeyOpaque.handle();
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-basic-memory-physical.md87 // Handle the physical memory
121 // Handle the physical memory
150 // Handle the physical memory

12345678