Home
last modified time | relevance | path

Searched defs:bool (Results 151 – 175 of 337) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp218 …RSCanvas& canvas, bool /* checked */, const SizeF& contentSize, const OffsetF& contentOffset) const in PaintRadio() argument
323 …RSCanvas& canvas, bool /* checked */, const SizeF& contentSize, const OffsetF& contentOffset) const in PaintIndicator() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs53 pub(crate) fn is_empty(&self) -> bool { in is_empty()
143 fn eq(&self, other: &Self) -> bool { in eq()
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/
H A Dio_reader.rs69 fn read_bytes(&mut self) -> Result<bool> { in read_bytes()
91 fn load(&mut self) -> Result<bool> { in load()
263 fn is_finished(&self) -> bool { in is_finished()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs76 pub fn shutdown(&mut self, timeout: Duration) -> bool { in shutdown()
261 fn wait_permanent(&'a self, mut shared: MutexGuard<'a, Shared>) -> (bool, MutexGuard<Shared>) { in wait_permanent() argument
312 ) -> (bool, MutexGuard<Shared>) { in wait()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs402 fn get_bool_attr(&self, key: &K) -> Result<bool>; in get_bool_attr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h177 void SetSystemBarEffect(bool) override {}; in SetSystemBarEffect() argument
179 void SetUseEffect(bool, EffectType) override {} in SetUseEffect() argument
180 void SetUseShadowBatching(bool) override {} in SetUseShadowBatching() argument
181 void SetFreeze(bool) override {} in SetFreeze() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs464 pub fn set_sensitive(&mut self, is_sensitive: bool) { in set_sensitive()
478 pub fn is_sensitive(&self) -> bool { in is_sensitive()
483 fn is_valid(b: u8) -> bool { in is_valid()
647 pub fn is_empty(&self) -> bool { in is_empty()
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp84 void NetConnectionProxy::OnNetBlockStatusChange(void (*callback)(int32_t, bool)) in OnNetBlockStatusChange() argument
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dmod.rs45 pub(crate) fn remove_task(&mut self, uid: u64, task_id: u32) -> bool { in remove_task()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs447 fn set_event(&mut self, flags: u32, token_data: u64) -> bool { in set_event()
532 fn is_delete_pending(&self) -> bool { in is_delete_pending()
536 fn has_error(&self) -> bool { in has_error()
/ohos5.0/base/security/asset/frameworks/utils/src/
H A Dhasher.rs157 pub fn sha256(standard: bool, message: &[u8]) -> Vec<u8> { in sha256()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp272 void ScrollModelNG::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>… in InitScrollBar()
353 const std::vector<Dimension>& snapPaginations, const std::pair<bool, bool>& enableSnapToSide) in SetScrollSnap()
450 const std::vector<Dimension>& snapPaginations, const std::pair<bool, bool>& enableSnapToSide) in SetScrollSnap()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dinteger.rs148 pub(crate) fn is_finish(&self) -> bool { in is_finish()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs205 pub fn get_enable_cloud(&self) -> bool { in get_enable_cloud()
247 pub fn cloud_switch(&self) -> bool { in cloud_switch()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Derror.rs117 pub fn is_dns_error(&self) -> bool { in is_dns_error()
131 pub fn is_tls_error(&self) -> bool { in is_tls_error()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dsplit.rs56 fn is_write_vectored(&self) -> bool { in is_write_vectored()
102 fn is_write_vectored(&self) -> bool { in is_write_vectored()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dlinked_list.rs137 pub(crate) fn is_empty(&self) -> bool { in is_empty()
146 F: FnMut(&mut L) -> bool, in drain_filtered()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs128 is_end_stream: bool, in build_headers_frame()
288 end_stream: bool, in end_read()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_processor.cpp60 void ViewStackProcessor::Push(const RefPtr<UINode>& element, bool /*isCustomView*/) in Push() argument
/ohos5.0/base/msdp/device_status/rust/services/sys/src/
H A Dbinding.rs62 pub fn is_valid(&self) -> bool in is_valid()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs194 pub(crate) fn need_upgrade(db_date: &DbMap) -> Result<bool> { in need_upgrade()
/ohos5.0/base/security/asset/services/db_key_operator/src/
H A Dlib.rs95 pub fn check_existance(user_id: i32) -> Result<bool> { in check_existance()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs1348 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_is_null() localVariable
1366 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_create_bool() localVariable
1373 let bool = ylong_json_create_bool(0); in ut_ylong_json_create_bool() localVariable
1393 let bool = null_mut(); in ut_ylong_json_is_bool() localVariable
1402 let bool = ylong_json_create_bool(0); in ut_ylong_json_is_bool() localVariable
1425 let bool = null_mut(); in ut_ylong_json_get_value_from_bool() localVariable
1463 let bool = null_mut(); in ut_ylong_json_set_value_to_bool() localVariable
2046 let mut bool = 0i32; in ut_ylong_json_get_array_item() localVariable
2348 let mut bool = 0i32; in ut_ylong_json_get_item_from_array_node() localVariable
2445 let bool = ylong_json_create_bool(1); in ut_ylong_json_replace_item_of_array_node() localVariable
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs111 allow_post: bool, in new()
290 pub(crate) fn is_finished(&self) -> bool { in is_finished()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dmedia_player.h92 virtual int32_t SetLooping(bool /*loop*/) in SetLooping() argument

12345678910>>...14