/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/ |
H A D | mod.rs | 33 fn reduce(self, len: usize) -> Self; in reduce() argument 113 fn reduce(self, len: usize) -> Self { in reduce() argument
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | files.rs | 203 pub(crate) fn get(&self, index: usize) -> Option<&AsyncFile> { in get() 207 pub(crate) fn get_mut(&self, index: usize) -> Option<&mut AsyncFile> { in get_mut()
|
/ohos5.0/foundation/multimodalinput/input/service/rust/src/ |
H A D | lib.rs | 64 fn pc_mouse_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in pc_mouse_get_curve_by_speed() 69 fn soft_pc_pro_mouse_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in soft_pc_pro_mouse_get_curve_by_speed() 74 fn hard_pc_pro_mouse_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in hard_pc_pro_mouse_get_curve_by_speed() 79 fn pc_touchpad_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in pc_touchpad_get_curve_by_speed() 84 fn soft_pc_pro_touchpad_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in soft_pc_pro_touchpad_get_curve_by_speed() 89 fn hard_pc_pro_touchpad_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in hard_pc_pro_touchpad_get_curve_by_speed() 94 fn tablet_touchpad_get_curve_by_speed(&self, speed: usize) -> &CurveItem { in tablet_touchpad_get_curve_by_speed() 99 fn get_axis_curve_by_speed_touchpad(&self, device_type: usize) -> &CurveItem { in get_axis_curve_by_speed_touchpad()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | dl_speke_protocol.c | 983 static int32_t DlSpekeProtocolSwitchState(BaseProtocol *self, const CJson *receviedMsg, CJson **ret… in DlSpekeProtocolSwitchState() 1003 static int32_t StartDlSpekeProtocol(BaseProtocol *self, CJson **returnSendMsg) in StartDlSpekeProtocol() 1016 static int32_t ProcessDlSpekeProtocol(BaseProtocol *self, const CJson *receviedMsg, CJson **returnS… in ProcessDlSpekeProtocol() 1029 static int32_t SetDlSpekePsk(BaseProtocol *self, const Uint8Buff *psk) in SetDlSpekePsk() 1044 static int32_t SetDlSpekeSelfProtectedMsg(BaseProtocol *self, const Uint8Buff *selfMsg) in SetDlSpekeSelfProtectedMsg() 1057 static int32_t SetDlSpekePeerProtectedMsg(BaseProtocol *self, const Uint8Buff *peerMsg) in SetDlSpekePeerProtectedMsg() 1070 static int32_t GetDlSpekeSessionKey(BaseProtocol *self, Uint8Buff *returnSessionKey) in GetDlSpekeSessionKey() 1083 static void DestroyDlSpekeProtocol(BaseProtocol *self) in DestroyDlSpekeProtocol()
|
H A D | ec_speke_protocol.c | 966 static int32_t EcSpekeProtocolSwitchState(BaseProtocol *self, const CJson *receviedMsg, CJson **ret… in EcSpekeProtocolSwitchState() 986 static int32_t StartEcSpekeProtocol(BaseProtocol *self, CJson **returnSendMsg) in StartEcSpekeProtocol() 999 static int32_t ProcessEcSpekeProtocol(BaseProtocol *self, const CJson *receviedMsg, CJson **returnS… in ProcessEcSpekeProtocol() 1012 static int32_t SetEcSpekePsk(BaseProtocol *self, const Uint8Buff *psk) in SetEcSpekePsk() 1027 static int32_t SetEcSpekeSelfProtectedMsg(BaseProtocol *self, const Uint8Buff *selfMsg) in SetEcSpekeSelfProtectedMsg() 1040 static int32_t SetEcSpekePeerProtectedMsg(BaseProtocol *self, const Uint8Buff *peerMsg) in SetEcSpekePeerProtectedMsg() 1053 static int32_t GetEcSpekeSessionKey(BaseProtocol *self, Uint8Buff *returnSessionKey) in GetEcSpekeSessionKey() 1066 static void DestroyEcSpekeProtocol(BaseProtocol *self) in DestroyEcSpekeProtocol()
|
/ohos5.0/base/msdp/device_status/rust/data/sys/src/ipc/ |
H A D | default.rs | 63 fn serialize(&self, parcel: &mut BorrowedMsgParcel<'_>) -> IpcResult<()> { in serialize()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | response.rs | 34 pub async fn data(&mut self, buf: &mut [u8]) -> Result<usize, HttpClientError> { in data()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_ip_network_impl.c | 562 static LnnPhysicalSubnet *CreateIpSubnetManager(const struct LnnProtocolManager *self, const char *… in CreateIpSubnetManager() 677 int32_t LnnInitIpProtocol(struct LnnProtocolManager *self) in LnnInitIpProtocol() 695 int32_t LnnEnableIpProtocol(struct LnnProtocolManager *self, LnnNetIfMgr *netifMgr) in LnnEnableIpProtocol() 727 void LnnDeinitIpNetwork(struct LnnProtocolManager *self) in LnnDeinitIpNetwork()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/ |
H A D | expand_sub_session.c | 383 static int32_t AddExpandProcess(ExpandSubSession *self, int32_t cmdType, void *params, in AddExpandProcess() 414 static int32_t StartExpandSubSession(ExpandSubSession *self, CJson **returnSendMsg) in StartExpandSubSession() 450 static int32_t ProcessExpandSubSession(ExpandSubSession *self, const CJson *receviedMsg, in ProcessExpandSubSession() 485 static void DestroyExpandSubSession(ExpandSubSession *self) in DestroyExpandSubSession()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_setting.cpp | 197 … auto input = [ctxt](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { in ListInputMethod() 225 … auto input = [ctxt](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { in GetInputMethods() 282 … napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { return napi_ok; }; in GetAllInputMethods() 320 … napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { return napi_ok; }; in DisplayOptionalInputMethod() 341 … napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { return napi_ok; }; in ShowOptionalInputMethods() 369 … auto input = [ctxt](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { in ListInputMethodSubtype() 404 … napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_status { return napi_ok; }; in ListCurrentInputMethodSubtype()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | filter.rs | 37 fn reduce(self, len: usize) -> Self { in reduce() argument
|
H A D | map.rs | 43 fn reduce(self, len: usize) -> Self { in reduce() argument
|
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/ |
H A D | upload_task_napiV5.cpp | 58 napi_value self = nullptr; in ParseCallback() local 79 napi_value self = nullptr; in JsUpload() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | async_file.rs | 183 pub async fn set_permissions(&self, perm: Permissions) -> io::Result<()> { in set_permissions() 275 pub async fn set_len(&self, size: u64) -> io::Result<()> { in set_len() 370 pub fn set_buffer_size_limit(&mut self, buf_size_limit: usize) { in set_buffer_size_limit() 550 fn poll_flush(&mut self, cx: &mut Context) -> Poll<io::Result<()>> { in poll_flush() 765 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_transform_operation.h | 61 TransformOperation& self = *this; in SetCurrentValue() local
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_free_install_operator.cpp | 75 auto self = shared_from_this(); in OnInstallFinished() local
|
/ohos5.0/base/request/request/services/src/ |
H A D | lib.rs | 104 fn drop(&mut self) { in drop()
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.cpp | 65 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetColorsInner() 110 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetIdInner() 147 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetFileInner() 356 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in RestoreInner() 425 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in SendEventInner() 485 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in SetVideoInner() 532 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in SetImageInput() 628 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetImageInner() 686 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in GetCorrespondWallpaperInner() 844 …auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) -> napi_statu… in SetCustomWallpaper() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | pool.rs | 36 pub(crate) fn get<F>(&self, key: K, create_fn: F) -> V in get()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | submeshhandler.cpp | 45 … if (auto self = static_cast<SubMeshHandler*>(obj.get())) { in Initialize() local 207 if (auto self = interface_pointer_cast<SCENE_NS::IEcsObject>(node)) { in SetMaterialToEcs() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_async_call.cpp | 36 napi_value self = nullptr; in SetAction() local 76 napi_value self = nullptr; in SetAll() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | mod.rs | 76 pub(crate) fn run(self) { in run() argument 81 pub(crate) fn shutdown(self) { in shutdown() argument
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | HandwritingGesture.java | 230 final Parcelable self = (Parcelable) this; in toByteArray() local
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/filter/ |
H A D | SectionSettingsWithTableInfo.java | 107 Builder self() { in self() method in SectionSettingsWithTableInfo.Builder
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/ |
H A D | keywords.py | 53 def __init__(self, key_and_value, force_no_space=False): argument
|