/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | task_handle.rs | 131 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 D | join_handle.rs | 74 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 D | listener.rs | 79 ) -> 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 D | checkboxgroup_pattern.h | 93 bool OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | scroll_model_impl.cpp | 119 void ScrollModelImpl::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
|
H A D | scroll_model_impl.h | 54 …const std::vector<Dimension>& snapPaginations, const std::pair<bool, bool>& enableSnapToSide) over… in SetScrollSnap()
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | network.rs | 112 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 D | database.rs | 145 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 D | mod.rs | 56 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 D | rss.rs | 82 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 D | ce_operator.rs | 32 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 D | async_certs_adapter.rs | 25 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 D | cloud_db.rs | 230 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 D | operation_pre_query.rs | 50 …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 D | vec.rs | 80 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 D | mod.rs | 55 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 D | extension.rs | 72 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 D | encoder.rs | 51 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 D | mock_download_manager.cpp | 44 …bool 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 D | hdibackend_test.cpp | 84 auto func = [](OutputPtr &, bool, void*) -> void {}; in __anon996991410202() argument
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | parts.rs | 44 pub(crate) fn is_empty(&self) -> bool { in is_empty()
|
H A D | decoder.rs | 103 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 D | parts.rs | 46 pub(crate) fn is_empty(&self) -> bool { in is_empty()
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | request_task.rs | 134 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 D | async_write.rs | 64 fn is_write_vectored(&self) -> bool { in is_write_vectored() 167 fn is_write_vectored(&self) -> bool { in is_write_vectored()
|