/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | current_thread.rs | 59 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 D | x509_distinguished_name_openssl.c | 46 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 D | error.rs | 25 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 D | opkey_version_ability.cpp | 36 auto self = new OpkeyVersionAbility(); in Create() local
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
H A D | exts.rs | 28 pub fn register(self) { in register() argument
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | sum.rs | 37 fn consume(&self, par_iter: P) -> Self::Output { in consume()
|
/ohos5.0/base/request/request/services/examples/ |
H A D | run_count.rs | 24 &self, in on_remote_request()
|
/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
H A D | key_event.rs | 45 pub fn add_flag(&self) { in add_flag()
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
H A D | error.rs | 107 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 D | redirect.rs | 41 &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 D | pub_key_exchange.c | 555 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 D | save_trusted_info.c | 659 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 D | socket.rs | 60 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 D | ffrt_timer.rs | 43 pub(crate) fn timer_deregister(&self) { in timer_deregister()
|
/ohos5.0/base/request/request/services/src/service/command/ |
H A D | search.rs | 22 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 D | mod.rs | 49 fn notify_run_count(&self, run_count: i64) -> IpcResult<()> { in notify_run_count()
|
/ohos5.0/build/hb/resolver/ |
H A D | clean_args_resolver.py | 32 def __init__(self, args_dict: dict): argument
|
H A D | indep_build_args_resolver.py | 32 def __init__(self, args_dict: dict): argument
|
H A D | install_args_resolver.py | 33 def __init__(self, args_dict: dict): argument
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/ |
H A D | lnn_network_manager_test.cpp | 82 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 D | error.rs | 69 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 D | cloud_service.rs | 28 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 D | error.rs | 181 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 D | linked_list.rs | 94 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 D | napi_print_task.cpp | 52 …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
|