Home
last modified time | relevance | path

Searched defs:bool (Results 126 – 150 of 337) sorted by relevance

12345678910>>...14

/ohos5.0/build/lite/
H A Dutils.py91 def makedirs(path: str, exist_ok: bool = True):
/ohos5.0/build/ohos/update/
H A Dcheck_abi_and_copy_deps.py29 def get_value_from_file(file: str, target: list, key: str, must: bool = True):
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.h91 bool OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dmod.rs51 fn schedule(&self, task: Task, lifo: bool); in schedule()
57 fn schedule(&self, _task: Task, _lifo: bool) { in schedule()
/ohos5.0/base/request/request/services/src/manage/
H A Dtask_manager.rs285 fn handle_schedule_event(&mut self, message: ScheduleEvent) -> bool { in handle_schedule_event()
317 fn unload_sa(&mut self) -> bool { in unload_sa()
356 pub(crate) fn send_event(&self, event: TaskManagerEvent) -> bool { in send_event()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dwater_flow_model_impl.h55 void SetEdgeEffect(EdgeEffect /* edgeEffect */, bool /* alwaysEnabled */) override {}; in SetEdgeEffect() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_position_controller.cpp23 … int32_t index, bool /* smooth */, ScrollAlign /* align */, std::optional<float> /* extraOffset */) in ScrollToIndex() argument
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs219 …C" fn StreamSessionSendMsg(object: *const StreamSession, buf: *const c_char, size: usize) -> bool { in StreamSessionSendMsg()
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs115 check_udid: bool, in parse_pkcs7_data()
136 check_udid: bool, in validate_bundle_and_distribution_type()
171 check_udid: bool, in parse_and_validate_profile()
320 is_debug: bool, in process_profile()
H A Dfile_utils.rs74 pub fn file_exists(file_path: &str) -> bool { in file_exists()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp104 std::string FileAssetProviderImpl::GetAssetPath(const std::string& assetName, bool /* isAddHapPath … in GetAssetPath() argument
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dlib.rs80 pub fn HiLogIsLoggable(domain: u32, tag: *const c_char, level: u32) -> bool; in HiLogIsLoggable()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dselect.rs191 bool: bool, in sdv_new_select_precondition() field
/ohos5.0/base/request/request/services/src/service/
H A Dstub.rs56 pub(crate) fn check_task_uid(&self, task_id: u32, uid: u64) -> bool { in check_task_uid()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp27 bool DataPanelPattern::OnDirtyLayoutWrapperSwap( in OnDirtyLayoutWrapperSwap() argument
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h91 LockCounter(RunningLockType type, std::function<int32_t(bool, RunningLockParam)> activate) in LockCounter()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dencoder.rs60 pub(crate) fn is_finished(&self) -> bool { in is_finished()
/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dlinked_list.rs86 pub fn is_empty(&self) -> bool { in is_empty()
102 pub fn contains_key(&self, key: &str) -> bool { in contains_key()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore.rs203 pub fn is_closed(&self) -> bool { in is_closed()
319 pub fn is_closed(&self) -> bool { in is_closed()
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Doperation_update.rs36 fn is_only_change_local_labels(update: &AssetMap) -> bool { in is_only_change_local_labels()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp670 … int32_t /* insertIndex */, bool /* isSuccess */) { preGridDropInfo = EXTRA_INFO; }; in __anon25030b2f0902()
701 … int32_t /* insertIndex */, bool /* isSuccess */) { itemDropInfo = EXTRA_INFO; }; in __anon25030b2f0a02()
773 … int32_t /* insertIndex */, bool /* isSuccess */) { itemDropInfo = EXTRA_INFO; }; in __anon25030b2f0b02()
844 … int32_t /* insertIndex */, bool /* isSuccess */) { onItemDropInfo = EXTRA_INFO; }; in __anon25030b2f0d02()
854 bool /* isSuccess */) { onItemDropInfoList = EXTRA_INFO; }; in __anon25030b2f0e02()
1558 … int32_t /* insertIndex */, bool /* isSuccess */) { onItemDropInfo = EXTRA_INFO; }; in __anon25030b2f1002()
/ohos5.0/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs627 fn get_speed_gain_mouse(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_mouse()
663 fn get_speed_gain_touchpad(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_touchpad()
699 fn get_axis_gain_touchpad(gain: *mut f64, axis_speed: f64, device_type: i32) -> bool { in get_axis_gain_touchpad()
739 mode: bool, in HandleMotionAccelerateMouse()
785 mode: bool, in HandleMotionAccelerateTouchpad()
836 mode: bool, in HandleAxisAccelerateTouchpad()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs629 pub fn broadcast(&self) -> io::Result<bool> { in broadcast()
701 pub fn multicast_loop_v4(&self) -> io::Result<bool> { in multicast_loop_v4()
727 pub fn multicast_loop_v6(&self) -> io::Result<bool> { in multicast_loop_v6()
878 pub fn broadcast(&self) -> io::Result<bool> { in broadcast()
1347 pub fn multicast_loop_v4(&self) -> io::Result<bool> { in multicast_loop_v4()
1373 pub fn multicast_loop_v6(&self) -> io::Result<bool> { in multicast_loop_v6()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp93 auto onScreenHotplugFunc = [](OutputPtr &, bool, void*) -> void {}; in DoSomethingInterestingWithMyAPI() argument
/ohos5.0/build/
H A Dgn_helpers.py30 def to_gn_string(value: str, allow_dicts: bool = True) -> str:

12345678910>>...14