/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
H A D | epoll.rs | 140 fn is_readable(&self) -> bool { in is_readable() 145 fn is_writable(&self) -> bool { in is_writable() 149 fn is_read_closed(&self) -> bool { in is_read_closed() 155 fn is_write_closed(&self) -> bool { in is_write_closed() 162 fn is_error(&self) -> bool { in is_error()
|
H A D | kqueue.rs | 253 fn is_readable(&self) -> bool { in is_readable() 257 fn is_writable(&self) -> bool { in is_writable() 261 fn is_read_closed(&self) -> bool { in is_read_closed() 265 fn is_write_closed(&self) -> bool { in is_write_closed() 269 fn is_error(&self) -> bool { in is_error()
|
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | stream_buffer.rs | 122 fn seek_read_pos(&mut self, n: usize) -> bool { in seek_read_pos() 140 fn is_empty(&self) -> bool { in is_empty() 143 fn write_streambuffer(&mut self, buf: &Self) -> bool { in write_streambuffer() 146 fn read_streambuffer(&self, buf: &mut Self) -> bool { in read_streambuffer() 155 pub(crate) fn chk_rwerror(&self) -> bool { in chk_rwerror() 176 fn write_char_usize(&mut self, buf: *const c_char, size: usize) -> bool { in write_char_usize() 211 fn check_write(&mut self, size: usize) -> bool { in check_write() 231 fn read_char_usize(&mut self, buf: *const c_char, size: usize) -> bool { in read_char_usize() 263 fn circle_write(&mut self, buf: *const c_char, size: usize) -> bool { in circle_write()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/verifier/ |
H A D | mod.rs | 20 fn verify(&self, certs: &ServerCerts) -> bool; in verify() 37 fn verify(&self, certs: &ServerCerts) -> bool { in verify()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/ |
H A D | number.rs | 50 pub fn is_unsigned(&self) -> bool { in is_unsigned() 66 pub fn is_signed(&self) -> bool { in is_signed() 82 pub fn is_float(&self) -> bool { in is_float() 157 fn eq(&self, other: &Self) -> bool { in eq()
|
/ohos5.0/base/update/updater/test/unittest/factory_reset_test/ |
H A D | factory_reset_unittest.cpp | 67 CommonResetPostFunc_ = [](bool) { return 0; }; in __anon2434d3f10302() argument 82 CommonResetPostFunc_ = [](bool) { return 0; }; in __anon2434d3f10602() argument 97 CommonResetPostFunc_ = [](bool) { return 0; }; in __anon2434d3f10902() argument
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/ |
H A D | ability.rs | 77 pub fn publish<A: RemoteStub + 'static>(&self, ability: A) -> bool { in publish() 83 pub fn cancel_idle(&self) -> bool { in cancel_idle() 88 pub fn add_system_ability_listen(&self, system_ability_id: i32) -> bool { in add_system_ability_listen() 93 pub fn remove_system_ability_listen(&self, system_ability_id: i32) -> bool { in remove_system_ability_listen()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | value.rs | 217 pub fn is_null(&self) -> bool { in is_null() 233 pub fn is_boolean(&self) -> bool { in is_boolean() 249 pub fn is_true(&self) -> bool { in is_true() 268 pub fn is_false(&self) -> bool { in is_false() 287 pub fn is_number(&self) -> bool { in is_number() 303 pub fn is_string(&self) -> bool { in is_string() 319 pub fn is_array(&self) -> bool { in is_array() 335 pub fn is_object(&self) -> bool { in is_object() 351 pub fn try_as_boolean(&self) -> Result<&bool, Error> { in try_as_boolean() 556 pub fn try_into_boolean(self) -> Result<bool, Error> { in try_into_boolean() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
H A D | mod.rs | 141 pub fn is_closed(&self) -> bool { in is_closed() 155 pub fn is_same(&self, other: &Self) -> bool { in is_same() 185 pub fn is_empty(&self) -> bool { in is_empty() 227 pub fn is_empty(&self) -> bool { in is_empty()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | pseudo.rs | 43 pub(crate) fn is_empty(&self) -> bool { in is_empty() 52 pub(crate) fn contains_authority(&self) -> bool { in contains_authority() 72 pub(crate) fn contains_method(&self) -> bool { in contains_method() 92 pub(crate) fn contains_path(&self) -> bool { in contains_path() 112 pub(crate) fn contains_scheme(&self) -> bool { in contains_scheme() 132 pub(crate) fn contains_status(&self) -> bool { in contains_status()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | pseudo.rs | 42 pub(crate) fn is_empty(&self) -> bool { in is_empty() 51 pub(crate) fn contains_authority(&self) -> bool { in contains_authority() 71 pub(crate) fn contains_method(&self) -> bool { in contains_method() 91 pub(crate) fn contains_path(&self) -> bool { in contains_path() 111 pub(crate) fn contains_scheme(&self) -> bool { in contains_scheme() 131 pub(crate) fn contains_status(&self) -> bool { in contains_status()
|
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/ |
H A D | IIdlTestService.rs | 53 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool>; in idl_ipc_test_basic_101() 61 fn idl_ipc_test_basic_199(&self, i_bool: &bool, i_long: &i64, i_float: &f32, in idl_ipc_test_basic_199() 62 i_double: &f64, i_string: &str) -> Result<bool>; in idl_ipc_test_basic_199() 148 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool> { in idl_ipc_test_basic_101() 180 fn idl_ipc_test_basic_199(&self, i_bool: &bool, i_long: &i64, i_float: &f32, in idl_ipc_test_basic_199() 181 i_double: &f64, i_string: &str) -> Result<bool> { in idl_ipc_test_basic_199() 200 fn idl_ipc_test_basic_101(&self, i_bool: &bool) -> Result<bool> { in idl_ipc_test_basic_101() 264 fn idl_ipc_test_basic_199(&self, i_bool: &bool, i_long: &i64, i_float: &f32, in idl_ipc_test_basic_199() 265 i_double: &f64, i_string: &str) -> Result<bool> { in idl_ipc_test_basic_199()
|
/ohos5.0/build/lite/ |
H A D | copy_files.py | 26 def copytree(src: str, dst: str, symlinks: bool = False, ignore=None):
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
H A D | mod.rs | 246 pub fn is_closed(&self) -> bool { in is_closed() 260 pub fn is_same(&self, other: &Self) -> bool { in is_same() 303 pub fn is_empty(&self) -> bool { in is_empty() 345 pub fn is_empty(&self) -> bool { in is_empty()
|
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/ |
H A D | dm_binding.rs | 143 pub fn CInitDeviceManager(pkg_name: *const c_char, on_device_init: OnDeviceInit) -> bool; in CInitDeviceManager() 148 ) -> bool; in CRegisterDevState() 149 pub fn CUnRegisterDevState(pkg_name: *const c_char, extra: *const c_char) -> bool; in CUnRegisterDevState()
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | table.rs | 92 fn build_sql_where(conditions: &DbMap, filter: bool, sql: &mut String) { in build_sql_where() 205 pub(crate) fn exist(&self) -> Result<bool> { in exist() 323 is_filter_sync: bool, in delete_row() 369 …pub(crate) fn update_row(&self, condition: &DbMap, is_filter_sync: bool, datas: &DbMap) -> Result<… in update_row() 403 is_filter_sync: bool, in query_row() 469 pub(crate) fn is_data_exists(&self, cond: &DbMap, is_filter_sync: bool) -> Result<bool> { in is_data_exists() 515 …pub(crate) fn replace_row(&self, condition: &DbMap, is_filter_sync: bool, datas: &DbMap) -> Result… in replace_row()
|
/ohos5.0/base/request/request/services/src/utils/ |
H A D | mod.rs | 117 pub(crate) fn check_permission(permission: &str) -> bool { in check_permission() 146 fn PublishStateChangeEvent(bundleName: &str, taskId: u32, state: i32, uid: i32) -> bool; in PublishStateChangeEvent() 157 fn IsSystemAPI(token_id: u64) -> bool; in IsSystemAPI() 158 fn CheckPermission(token_id: u64, permission: &str) -> bool; in CheckPermission()
|
H A D | url_policy.rs | 16 pub(crate) fn check_url_domain(app_id: &str, domain_type: &str, url: &str) -> Option<bool> { in check_url_domain()
|
/ohos5.0/base/security/asset/services/core_service/src/operations/common/ |
H A D | permission_check.rs | 26 fn CheckPermission(permission: *const c_char) -> bool; in CheckPermission()
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | img_hash_check.rs | 88 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool; in read_from_le_bytes() 96 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes() 117 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes() 136 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes() 154 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_pattern.h | 55 …bool OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& dirty, bool skipMeasure, bool /*skipLay… in OnDirtyLayoutWrapperSwap() argument
|
/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() 98 fn park(&self) -> bool { in park() 110 fn park_on_driver(&self, driver: &mut Driver) -> (bool, bool) { in park_on_driver() 142 fn park_on_condvar(&self) -> bool { in park_on_condvar() 173 fn unpark(&self, wake: bool) { in unpark()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | ready.rs | 71 pub fn is_empty(self) -> bool { in is_empty() 75 pub fn is_readable(self) -> bool { in is_readable() 79 pub fn is_writable(self) -> bool { in is_writable() 83 pub fn is_read_closed(self) -> bool { in is_read_closed() 87 pub fn is_write_closed(self) -> bool { in is_write_closed() 119 pub(crate) fn satisfies(self, interest: Interest) -> bool { in satisfies()
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
H A D | proxy.rs | 55 pub fn on_add(&self) -> bool { in on_add() 64 pub fn on_remove(&self) -> bool { in on_remove()
|
/ohos5.0/build/scripts/ |
H A D | tools_checker.py | 50 def check_build_requried_packages(host_version: str, check: bool = True):
|