Home
last modified time | relevance | path

Searched defs:bool (Results 26 – 50 of 337) sorted by relevance

12345678910>>...14

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs140 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 Dkqueue.rs253 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 Dstream_buffer.rs122 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 Dmod.rs20 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 Dnumber.rs50 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 Dfactory_reset_unittest.cpp67 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 Dability.rs77 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 Dvalue.rs217 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 Dmod.rs141 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 Dpseudo.rs43 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 Dpseudo.rs42 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 DIIdlTestService.rs53 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 Dcopy_files.py26 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 Dmod.rs246 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 Ddm_binding.rs143 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 Dtable.rs92 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 Dmod.rs117 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 Durl_policy.rs16 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 Dpermission_check.rs26 fn CheckPermission(permission: *const c_char) -> bool; in CheckPermission()
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs88 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 Dblank_pattern.h55bool OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& dirty, bool skipMeasure, bool /*skipLay… in OnDirtyLayoutWrapperSwap() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dcurrent_thread.rs59 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 Dready.rs71 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 Dproxy.rs55 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 Dtools_checker.py50 def check_build_requried_packages(host_version: str, check: bool = True):

12345678910>>...14