Home
last modified time | relevance | path

Searched defs:self (Results 776 – 800 of 1205) sorted by relevance

1...<<31323334353637383940>>...49

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dexts.rs40 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()>; in serialize()
74 fn serialize(&self, parcel: &mut MsgParcel) -> IpcResult<()> { in serialize()
115 fn serialize(&self, parcel: &mut crate::parcel::MsgParcel) -> crate::IpcResult<()> { in serialize_test()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_exception.py15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
/ohos5.0/build/hb/helper/
H A Dno_instance.py20 def __call__(self, *args, **kwds): argument
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs110 pub fn min_speed(mut self, min: u64, duration: u64) -> Self { in min_speed()
130 pub fn max_speed(mut self, max: u64) -> Self { in max_speed()
307 pub fn basic_auth(mut self, username: &str, password: &str) -> Self { in basic_auth()
406 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
412 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
/ohos5.0/base/update/packaging_tools/
H A Dutils.py111 def __init__(self): argument
114 def reg_event(self, evevt_id, funs): argument
119 def invoke_event(self, evevt_id): argument
131 def __init__(self): argument
156 def __init__(self): argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/
H A Dregistry.rs56 pub(crate) fn listen_to_event(&self, event_id: usize) -> Receiver<()> { in listen_to_event()
66 pub(crate) fn broadcast(&self, event_id: usize) -> i32 { in broadcast()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs38 fn drop(&mut self) { in drop()
76 pub fn shutdown(&mut self, timeout: Duration) -> bool { in shutdown()
194 pub(crate) fn spawn_blocking<T, R>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<R> in spawn_blocking() argument
207 fn spawn(&self, task: Task) { in spawn()
261 fn wait_permanent(&'a self, mut shared: MutexGuard<'a, Shared>) -> (bool, MutexGuard<Shared>) { in wait_permanent()
275 &'a self, in wait_temporary()
309 &'a self, in wait()
336 fn run(&self, worker_id: usize) { in run()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch()
234 pub(crate) fn drive(&mut self, time_out: Option<Duration>) -> io::Result<bool> { in drive()
371 &self, in register_source_with_token()
381 &self, in register_source()
399 pub(crate) fn deregister_source(&self, io: &mut impl Source) -> io::Result<()> { in deregister_source()
408 &self, in register_source_with_token()
426 &self, in register_source()
449 fn drop(&mut self) { in drop()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs167 &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 Dnet.rs46 &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 Diocp.rs45 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/src/h3/
H A Doctets.rs196 pub fn write_u8(&mut self, value: u8) -> Result<usize> { in write_u8()
208 pub fn write_u16(&mut self, value: u16) -> Result<usize> { in write_u16()
220 pub fn write_u32(&mut self, value: u32) -> Result<usize> { in write_u32()
232 pub fn write_u64(&mut self, value: u64) -> Result<usize> { in write_u64()
246 pub fn write_varint(&mut self, value: u64) -> Result<usize> { in write_varint()
250 pub fn write_varint_with_len(&mut self, value: u64, len: usize) -> Result<usize> { in write_varint_with_len()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dwrapper.rs46 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/base/request/request/services/src/task/
H A Drequest_task.rs97 pub(crate) fn speed_limit(&self, limit: u64) { in speed_limit()
264 pub(crate) fn update_progress_in_database(&self) { in update_progress_in_database()
380 &self, in range_request()
393 fn support_range(&self, mut request_builder: RequestBuilder) -> (RequestBuilder, bool) { in support_range()
409 pub(crate) fn get_file_info(&self, response: &Response) -> Result<(), TaskError> { in get_file_info()
440 &self, in handle_download_error()
465 pub(crate) fn notify_response(&self, response: &Response) { in notify_response()
487 &self, in record_upload_response()
601 pub(crate) fn background_notify(&self) { in background_notify()
643 pub(crate) fn notify_header_receive(&self) { in notify_header_receive()
/ohos5.0/base/request/request/services/src/manage/events/
H A Dpause.rs18 pub(crate) fn pause(&mut self, uid: u64, task_id: u32) -> ErrorCode { in pause()
H A Dresume.rs18 pub(crate) fn resume(&mut self, uid: u64, task_id: u32) -> ErrorCode { in resume()
H A Dstart.rs18 pub(crate) fn start(&mut self, uid: u64, task_id: u32) -> ErrorCode { in start()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_texttimer_ffi.cpp146 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 Drender_state_observer_manager.cpp48 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 Dasync_buf_read.rs106 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 Dkey_agreement.c156 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 Dkdf.c115 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/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dhttp1.rs126 fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> { in read()
132 fn shutdown(&self) { in shutdown()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs44 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/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmesh_impl.cpp156 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

1...<<31323334353637383940>>...49