Home
last modified time | relevance | path

Searched defs:false (Results 326 - 350 of 1439) sorted by relevance

1...<<11121314151617181920>>...58

/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_hardware_memory.cpp82 FALSE_RETURN_V_MSG_E(static_cast<uint8_t *>(ptr) == allocBase_, false, "Mapped buffer not match"); in Free() local
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_capture_filter_unit_test.h137 explicit MockConsumerSurface(const std::string &name, bool isShared = false) : ConsumerSurface(name, isShared) {} in MockConsumerSurface() argument
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
H A Dfile_system.cpp115 FALSE_RETURN_V(IsExists(tPath) || MakeDir(tPath), false); in MakeMultipleDir() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_file_utils_test.cpp113 EXPECT_EQ(RingtoneFileUtils::IsFileExists(filePath), false); in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/sync/
H A Dwait_queue.h70 void NotifyAll() noexcept { Notify(false); } variable
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_core.cpp130 EXPECT_EQ(ThreadWaitMode(task), false); in HWTEST_F() local
133 EXPECT_EQ(ThreadNotifyMode(task), false); in HWTEST_F() local
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dmulti_account_manager_test.cpp212 EXPECT_EQ(MultiAccountManager::GetInstance().UpdateAccountPriorityInfo(accountIds1), false); in HWTEST_F() local
[all...]
/foundation/resourceschedule/soc_perf/test/testutil/
H A Dsocperf_test.cpp51 OHOS::SOCPERF::SocPerfClient::GetInstance().PerfRequestEx(atoi(cmdId), false, ""); in PerfRequestEx() local
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_skeleton_unittest.cpp186 EXPECT_EQ(OH_IPCSkeleton_IsLocalCalling(), false); in HWTEST_F() local
245 EXPECT_EQ(OH_IPCSkeleton_IsHandlingTransaction(), false); in HWTEST_F() local
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_change_handler_test.cpp436 std::move(deleteEntries), deviceId, false); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor_pool.h112 bool Remove(TaskId taskId, bool wait = false) in Remove() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_publish_test.cpp58 void ResetCallbackArg(bool isLocalLastest = false) in ResetCallbackArg() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_util.h187 GetNamedProperty( napi_env env, napi_value in, const std::string& prop, T& value, bool optional = false) GetNamedProperty() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dblob_test.cpp323 ChangeNotification changeIn(std::move(inserts), std::move(updates), std::move(deletes), std::string(), false); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp88 ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, false); in OnChange() local
106 ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, false); in OnChange() local
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h116 bool Remove(TaskId taskId, bool wait = false) in Remove() argument
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h108 int32_t StopDownloadFile(const std::string &path, bool needClean = false) in StopDownloadFile() argument
112 int32_t StopFileCache(const int64_t &downloadId, bool needClean = false) in StopFileCache() argument
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_caps.h70 void SetBundleInfos(std::vector<BundleInfo> bundleInfos, bool incre = false) in SetBundleInfos() argument
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_backup_connection.cpp100 callDied_(move(bundleName), false); in OnAbilityDisconnectDone() local
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-sun4i.c99 sun4i_clkevt_time_start(timer_of_base(to), 0, false); in sun4i_clkevt_set_oneshot() local
122 sun4i_clkevt_time_start(timer_of_base(to), 0, false); in sun4i_clkevt_next_event() local
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmachine_kexec.c288 set_cpu_online(smp_processor_id(), false); in machine_kexec() local
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmachine_kexec.c285 set_cpu_online(smp_processor_id(), false); in machine_kexec() local
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmachine_kexec.c88 set_cpu_online(smp_processor_id(), false); in machine_crash_nonpanic_core() local
/kernel/linux/linux-5.10/include/linux/
H A Dnmi.h187 arch_trigger_cpumask_backtrace(cpumask_of(cpu), false); in trigger_single_cpu_backtrace() local
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbencrypt.c30 #define false 0 macro

Completed in 14 milliseconds

1...<<11121314151617181920>>...58