Home
last modified time | relevance | path

Searched defs:bool (Results 101 – 125 of 360) sorted by relevance

12345678910>>...15

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dtask_handle.rs131 pub(crate) fn set_waker(self, cur: usize, des_waker: &Waker) -> bool { in set_waker()
259 fn get_scheduled(&self, lifo: bool) { in get_scheduled()
275 pub(crate) fn ffrt_run(self) -> bool { in ffrt_run()
H A Djoin_handle.rs74 pub fn is_finished(&self) -> bool { in is_finished()
160 pub fn is_finished(&self) -> bool { in is_finished()
/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs79 ) -> Result<bool> { in delete_in_de_db_on_package_removed()
97 ) -> Result<bool> { in delete_in_ce_db_on_package_removed()
110 fn delete_on_package_removed(owner: Vec<u8>, calling_info: &CallingInfo) -> Result<bool> { in delete_on_package_removed()
411 fn SubscribeSystemEvent(eventCallBack: EventCallBack) -> bool; in SubscribeSystemEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.h93 bool OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp119 void ScrollModelImpl::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
H A Dscroll_model_impl.h54 …const std::vector<Dimension>& snapPaginations, const std::pair<bool, bool>& enableSnapToSide) over… in SetScrollSnap()
/ohos5.0/base/request/request/services/src/manage/
H A Dnetwork.rs112 pub(crate) fn notify_online(&self, info: NetworkInfo) -> bool { in notify_online()
149 fn notify_online(self: &NetworkInner, info: NetworkInfo) -> bool; in notify_online()
H A Ddatabase.rs145 pub(crate) fn contains_task(&self, task_id: u32) -> bool { in contains_task()
175 pub(crate) fn insert_task(&self, task: RequestTask) -> bool { in insert_task()
208 pub(crate) fn insert_task(&self, task: RequestTask) -> bool { in insert_task()
562 upload_resume: bool, in get_task()
615 fn RecordRequestTask(info: *const CTaskInfo, config: *const CTaskConfig) -> bool; in RecordRequestTask()
616 fn UpdateRequestTask(id: u32, info: *const CUpdateInfo) -> bool; in UpdateRequestTask()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmod.rs56 pub fn is_complete(&self) -> bool { in is_complete()
124 cr_meet: bool, in consume_crlf()
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Drss.rs82 fn is_rss_equal(rss1: RssCapacity, rss2: RssCapacity) -> bool { in is_rss_equal()
/ohos5.0/base/security/asset/frameworks/os_dependency/file/src/
H A Dce_operator.rs32 pub fn is_db_key_cipher_file_exist(user_id: i32) -> Result<bool> { in is_db_key_cipher_file_exist()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/examples/
H A Dasync_certs_adapter.rs25 fn verify(&self, certs: &ServerCerts) -> bool { in verify()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_db.rs230 is_new: bool, in upload()
231 is_backfill: bool, in upload()
368 pub fn has_more(&self) -> bool { in has_more()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_pre_query.rs50 …s(calling_info: &CallingInfo, db_data: &DbMap, attrs: &AssetMap) -> Result<(Accessibility, bool)> { in query_key_attrs() argument
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dvec.rs80 pub fn is_empty(&self) -> bool { in is_empty()
243 fn eq(&self, other: &Self) -> bool { in eq()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dmod.rs55 fn is_empty(&self) -> bool { in is_empty()
69 F: Fn(&Self::Item) -> bool, in filter()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dextension.rs72 impl Conversion for bool { implementation
100 fn get_bool_attr(&self, key: &K) -> Result<bool> { in get_bool_attr()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs51 allow_post: bool, in new()
311 pub(crate) fn should_index(&self, index: &Option<TableIndex>) -> bool { in should_index()
447 fn new(index: usize, value: Vec<u8>, is_huffman: bool, is_static: bool) -> Self { in new()
482 is_huffman: bool, in new()
483 is_static: bool, in new()
484 no_permit: bool, in new()
526 fn new(index: usize, value: Vec<u8>, is_huffman: bool, no_permit: bool) -> Self { in new()
554 fn new(name: Vec<u8>, value: Vec<u8>, is_huffman: bool, no_permit: bool) -> Self { in new()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_download_manager.cpp44bool RemoveDownloadTask(const std::string& /* url */, int32_t /*nodeId*/, bool /*isCancel = true*/… in RemoveDownloadTask() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdibackend_test.cpp84 auto func = [](OutputPtr &, bool, void*) -> void {}; in __anon996991410202() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dparts.rs44 pub(crate) fn is_empty(&self) -> bool { in is_empty()
H A Ddecoder.rs103 pub fn is_empty(&self) -> bool { in is_empty()
247 fn is_end_stream(&self) -> bool { in is_end_stream()
251 fn is_padded(&self) -> bool { in is_padded()
255 fn is_end_headers(&self) -> bool { in is_end_headers()
259 fn is_headers_priority(&self) -> bool { in is_headers_priority()
263 fn is_ack(&self) -> bool { in is_ack()
772 end_headers: bool, in push_promise_framing()
833 fn is_connection_frame(id: usize) -> bool { in is_connection_frame()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dparts.rs46 pub(crate) fn is_empty(&self) -> bool { in is_empty()
/ohos5.0/base/request/request/services/src/task/
H A Drequest_task.rs134 upload_resume: bool, in new()
193 upload_resume: bool, in new_by_info()
393 fn support_range(&self, mut request_builder: RequestBuilder) -> (RequestBuilder, bool) { in support_range() argument
482 pub(crate) fn require_range(&self) -> bool { in require_range()
669 fn check_file_specs(file_specs: &[FileSpec]) -> bool { in check_file_specs()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_write.rs64 fn is_write_vectored(&self) -> bool { in is_write_vectored()
167 fn is_write_vectored(&self) -> bool { in is_write_vectored()

12345678910>>...15