Home
last modified time | relevance | path

Searched defs:self (Results 901 – 925 of 1205) sorted by relevance

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dcurrent_thread.rs59 fn schedule(&self, task: Task, _lifo: bool) { in schedule()
110 fn park_on_driver(&self, driver: &mut Driver) -> (bool, bool) { in park_on_driver()
173 fn unpark(&self, wake: bool) { in unpark()
250 pub(crate) fn spawn<T>(&self, builder: &TaskBuilder, task: T) -> JoinHandle<T::Output> in spawn()
270 pub(crate) fn block_on<T>(&self, future: T) -> T::Output in block_on()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_distinguished_name_openssl.c46 static void DestroyX509DistinguishedNameOpenssl(CfObjectBase *self) in DestroyX509DistinguishedNameOpenssl()
61 static CfResult GetEncodeOpenssl(HcfX509DistinguishedNameSpi *self, CfEncodingBlob *out) in GetEncodeOpenssl()
172 static CfResult GetNameOpenssl(HcfX509DistinguishedNameSpi *self, CfBlob *type, CfBlob *out, CfArra… in GetNameOpenssl()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Derror.rs25 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
31 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
45 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
/ohos5.0/base/telephony/telephony_data/opkey_version/src/
H A Dopkey_version_ability.cpp36 auto self = new OpkeyVersionAbility(); in Create() local
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dexts.rs28 pub fn register(self) { in register() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dsum.rs37 fn consume(&self, par_iter: P) -> Self::Output { in consume()
/ohos5.0/base/request/request/services/examples/
H A Drun_count.rs24 &self, in on_remote_request()
/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
H A Dkey_event.rs45 pub fn add_flag(&self) { in add_flag()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Derror.rs107 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
116 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dredirect.rs41 &self, in redirect()
124 fn trigger(&self, info: &RedirectInfo) -> Result<Trigger, HttpClientError> { in trigger()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c555 static int32_t ThrowException(BaseCmd *self, const CJson *baseEvent, CJson **outputEvent) in ThrowException()
565 static int32_t ClientSendPkInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientSendPkInfo()
576 static int32_t ServerSendPkInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ServerSendPkInfo()
590 static int32_t ClientImportPk(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientImportPk()
626 static int32_t SwitchState(BaseCmd *self, const CJson *receviedMsg, CJson **returnSendMsg, CmdState… in SwitchState()
647 static int32_t StartPubKeyExchangeCmd(BaseCmd *self, CJson **returnSendMsg) in StartPubKeyExchangeCmd()
661 static int32_t ProcessPubKeyExchangeCmd(BaseCmd *self, const CJson *receviedMsg, in ProcessPubKeyExchangeCmd()
675 static void DestroyPubKeyExchangeCmd(BaseCmd *self) in DestroyPubKeyExchangeCmd()
H A Dsave_trusted_info.c659 static int32_t ThrowException(BaseCmd *self, const CJson *baseEvent, CJson **outputEvent) in ThrowException()
669 static int32_t ClientSendTrustedInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientSendTrustedInfo()
680 static int32_t ServerSendTrustedInfo(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ServerSendTrustedInfo()
694 static int32_t ClientFinishProc(BaseCmd *self, const CJson *inputEvent, CJson **outputEvent) in ClientFinishProc()
730 static int32_t SwitchState(BaseCmd *self, const CJson *receviedMsg, CJson **returnSendMsg, CmdState… in SwitchState()
751 static int32_t StartSaveTrustedInfoCmd(BaseCmd *self, CJson **returnSendMsg) in StartSaveTrustedInfoCmd()
765 static int32_t ProcessSaveTrustedInfoCmd(BaseCmd *self, const CJson *receviedMsg, in ProcessSaveTrustedInfoCmd()
779 static void DestroySaveTrustedInfoCmd(BaseCmd *self) in DestroySaveTrustedInfoCmd()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs60 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dffrt_timer.rs43 pub(crate) fn timer_deregister(&self) { in timer_deregister()
/ohos5.0/base/request/request/services/src/service/command/
H A Dsearch.rs22 pub(crate) fn search(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in search()
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmod.rs49 fn notify_run_count(&self, run_count: i64) -> IpcResult<()> { in notify_run_count()
/ohos5.0/build/hb/resolver/
H A Dclean_args_resolver.py32 def __init__(self, args_dict: dict): argument
H A Dindep_build_args_resolver.py32 def __init__(self, args_dict: dict): argument
H A Dinstall_args_resolver.py33 def __init__(self, args_dict: dict): argument
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp82 int32_t LnnInitBtProtocolOk(LnnProtocolManager *self) in LnnInitBtProtocolOk()
88 int32_t LnnInitBtProtocolErr(LnnProtocolManager *self) in LnnInitBtProtocolErr()
94 int32_t LnnEnableBtProtocol(LnnProtocolManager *self, LnnNetIfMgr *netifMgr) in LnnEnableBtProtocol()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs69 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
137 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
167 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs28 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt()
63 pub fn get_app_schema(&mut self, bundle_name: &str) -> SyncResult<SchemaMeta> { in get_app_schema()
71 &mut self, in subscribe()
102 pub fn unsubscribe(&mut self, relations: &HashMap<String, Vec<String>>) -> SyncResult<()> { in unsubscribe()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Derror.rs181 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt()
190 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt()
284 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
298 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dlinked_list.rs94 pub(crate) fn push_front(&mut self, val: NonNull<L>) { in push_front()
131 pub(crate) unsafe fn remove(&mut self, node: NonNull<L>) -> Option<NonNull<L>> { in remove()
144 pub(crate) fn drain_filtered<F>(&mut self, mut f: F) in drain_filtered()
171 fn drop(&mut self) { in drop()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_print_task.cpp52 …napi_env env, size_t argc, napi_value *argv, napi_value self, napi_callback_info info) -> napi_sta… in CreatePrintTask()
100 …napi_env env, size_t argc, napi_value *argv, napi_value self, napi_callback_info info) -> napi_sta… in PrintByAdapter()
143 …PrintTask::ParsePrintAdapterParameter(napi_env env, size_t argc, napi_value *argv, napi_value self) in ParsePrintAdapterParameter()
241 napi_value self = nullptr; in Initialize() local

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