/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | listener.rs | 167 &mut self, in register() 175 fn deregister(&mut self, selector: &Selector) -> io::Result<()> { in deregister() 185 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | net.rs | 46 &mut self, in register() 77 pub(crate) fn try_io<T, F, R>(&self, task: F, io: &T) -> io::Result<R> in try_io() 123 fn drop(&mut self) { in drop()
|
H A D | iocp.rs | 45 pub(crate) fn add_handle<T: AsRawHandle + ?Sized>( in add_handle() 59 &self, in get_results() 87 pub(crate) fn post(&self, token: Token) -> io::Result<()> { in post()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | wrapper.rs | 46 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() 60 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_texttimer_ffi.cpp | 146 auto self = FFIData::GetData<NativeTextTimerController>(selfID); in FfiOHOSAceFrameworkTextTimerControllerStart() local 156 auto self = FFIData::GetData<NativeTextTimerController>(selfID); in FfiOHOSAceFrameworkTextTimerControllerPause() local 166 auto self = FFIData::GetData<NativeTextTimerController>(selfID); in FfiOHOSAceFrameworkTextTimerControllerReset() local
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | render_state_observer_manager.cpp | 48 auto self = weak.lock(); in RegisterRenderStateObserver() local 96 auto self = weak.lock(); in UnregisterRenderStateObserver() local 129 auto self = weak.lock(); in OnRenderStateChanged() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | async_buf_read.rs | 106 fn read_until<'a>(&'a mut self, byte: u8, buf: &'a mut Vec<u8>) -> ReadUtilTask<'a, Self> in read_until() 125 fn read_line<'a>(&'a mut self, buf: &'a mut String) -> ReadLineTask<'a, Self> in read_line() 142 fn split(self, byte: u8) -> SplitTask<Self> in split() argument
|
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | key_agreement.c | 156 static const char *GetAlgoName(HcfKeyAgreement *self) in GetAlgoName() 168 static HcfResult GenerateSecret(HcfKeyAgreement *self, HcfPriKey *priKey, in GenerateSecret() 183 static void DestroyKeyAgreement(HcfObjectBase *self) in DestroyKeyAgreement()
|
H A D | kdf.c | 115 static const char *GetAlgoName(HcfKdf *self) in GetAlgoName() 127 static HcfResult GenerateSecret(HcfKdf *self, HcfKdfParamsSpec *paramsSpec) in GenerateSecret() 141 static void DestroyKdf(HcfObjectBase *self) in DestroyKdf()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 44 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()> { in serialize() 92 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()> { in serialize() 133 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()> { in serialize() 182 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()> { in serialize() 260 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()> { in serialize() 685 &self, in subscribe() 725 &self, in unsubscribe() 776 &mut self, in get_app_brief_info() 809 &mut self, in get_service_info() 836 &mut self, in get_app_schema() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_tool_exception.py | 15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
|
/ohos5.0/build/hb/helper/ |
H A D | no_instance.py | 20 def __call__(self, *args, **kwds): argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | mesh_impl.cpp | 156 if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath() local 170 … if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath() local 187 … if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath() local 278 … [mat = BASE_NS::weak_ptr(material)](const auto& self, const auto& status, const auto& index) { in SetMaterial() 328 … if (auto self = interface_pointer_cast<SCENE_NS::IEcsObject>(selfObject)) { in GetMaterial() local 405 … if (auto self = static_cast<MeshImpl*>(strong.get())) { in UpdateMeshFromArrays() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | error.rs | 146 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 208 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() 302 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 311 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 319 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 327 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/ |
H A D | slice_reader.rs | 72 fn discard(&mut self) { in discard() 106 fn start_caching(&mut self) { in start_caching() 128 fn end_caching(&mut self) { in end_caching() 158 fn next_n(&mut self, n: usize) -> Result<Option<&[u8]>, Self::Error> { in next_n() 167 fn peek_n(&mut self, n: usize) -> Result<Option<&[u8]>, Self::Error> { in peek_n() 174 fn discard_n(&mut self, n: usize) { in discard_n()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | rwlock.rs | 258 fn unlock(&mut self) { in unlock() 269 fn drop(&mut self) { in drop() 283 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 289 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 303 fn drop(&mut self) { in drop() 311 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 317 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slots.rs | 63 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() 84 pub fn push_back(&mut self, val: T) -> usize { in push_back() 166 pub fn remove(&mut self, key: usize) -> Result<T, SlotsError> { in remove() 246 fn index(&self, index: usize) -> &Self::Output { in index() 258 fn index_mut(&mut self, index: usize) -> &mut Self::Output { in index_mut() 273 fn fmt(&self, fmt: &mut Formatter<'_>) -> fmt::Result { in fmt() 309 fn get(&self, key: usize) -> Option<&T> { in get()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 136 pub(crate) fn shutdown(&self) { in shutdown() 142 fn drop(&mut self) { in drop() 386 fn drop(&mut self) { in drop() 414 &mut self, in send_frame_to_controller() 449 pub(crate) fn shutdown(&self) { in shutdown() 454 &mut self, in get_unsent_streams() 467 &mut self, in send_message_to_stream() 498 &mut self, in poll_blocked_message() 545 pub(crate) fn set_receiver(&mut self, receiver: BoundedReceiver<RespMessage>) { in set_receiver() 579 &mut self, in poll_recv()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
H A D | http1.rs | 126 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read() 132 fn shutdown(&self) { in shutdown()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | queue.rs | 55 fn is_half_full(&self, rear: u16) -> bool { in is_half_full() 83 pub(crate) fn push_back(&self, task: Task, global: &GlobalQueue) { in push_back() 88 pub(crate) fn steal_into(&self, dst: &LocalQueue) -> Option<Task> { in steal_into() 247 fn sync_steal_pos(&self, mut prev: u32) { in sync_steal_pos() 297 &self, in push_overflowed() 416 fn drop(&mut self) { in drop() 435 fn drop(&mut self) { in drop() 471 &self, in pop_batch() 530 pub(super) fn push_back(&self, task: Task) { in push_back() 614 fn pop_front_and_release(&self) { in pop_front_and_release() [all …]
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/ |
H A D | napi_inner_scan.cpp | 38 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in InitScan() 64 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in ExitScan() 90 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetScannerList() 123 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in StopDiscover() 149 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in OpenScanner() 181 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in CloseScanner() 213 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetScanOptionDesc() 250 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in SetScanOption() 297 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in SetScanAutoOption() 337 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetScanOption() [all …]
|
/ohos5.0/base/request/request/services/src/manage/events/ |
H A D | pause.rs | 18 pub(crate) fn pause(&mut self, uid: u64, task_id: u32) -> ErrorCode { in pause()
|
H A D | resume.rs | 18 pub(crate) fn resume(&mut self, uid: u64, task_id: u32) -> ErrorCode { in resume()
|
H A D | start.rs | 18 pub(crate) fn start(&mut self, uid: u64, task_id: u32) -> ErrorCode { in start()
|
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | epoll_manager.rs | 66 fn socket_set_fd(&mut self, fd: i32) { in socket_set_fd() 69 fn socket_close(&mut self) { in socket_close()
|