Home
last modified time | relevance | path

Searched defs:false (Results 951 - 975 of 1446) sorted by relevance

1...<<31323334353637383940>>...58

/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_manager.cpp1411 CHECK_AND_RETURN_RET_LOG(GetDeviceTypeName() != "", false, "null deviceType"); ExistAudioEffectChainInner() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp1877 disappearingChildrenTest1->dirtyTypes_.set(static_cast<size_t>(RSModifierType::POSITION_Z), false); HWTEST_F() local
1914 nodeTest->dirtyTypes_.set(static_cast<size_t>(RSModifierType::POSITION_Z), false); HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp123 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript() argument
243 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(filePath), false); in HWTEST_F() local
392 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(dirPath), false); in HWTEST_F() local
582 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(targetPath), false); in HWTEST_F() local
584 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(srcPath), false); in HWTEST_F() local
612 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(targetPath), false); in HWTEST_F() local
614 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(srcPath), false); in HWTEST_F() local
737 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(targetPath), false); in HWTEST_F() local
739 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(srcPath), false); HWTEST_F() local
801 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(newPath), false); HWTEST_F() local
803 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(oldPath), false); HWTEST_F() local
828 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(newPath), false); HWTEST_F() local
1478 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(filePath), false); MediaFileExtensionCheck() local
1503 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(filePath), false); DocumentsExtensionCheck() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/
H A Dmedialibrary_datamanager_test.cpp68 bool RunScript(const string& path, const string& hapPath, bool useCommonChunk = false) in RunScript() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp352 EXPECT_EQ(HasZeroSizeFile(fileInfos), false); in HWTEST_F() local
396 EXPECT_EQ(BackupFileUtils::IsFileValid(TEST_BACKUP_PATH, CLONE_RESTORE_ID), false); // directory in HWTEST_F() local
397 EXPECT_EQ(BackupFileUtils::IsFileValid(TEST_FAKE_FILE_DIR, CLONE_RESTORE_ID), false); // not exist in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h222 static inline ThumbnailType GetThumbType(const int32_t width, const int32_t height, bool isAstc = false) in GetThumbType() argument
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp69 CHECK_AND_RETURN_RET_LOG(napi_get_named_property(env, configObj, type.c_str(), &item) == napi_ok, false, in GetPropertyInt32() local
71 CHECK_AND_RETURN_RET_LOG(napi_get_value_int32(env, item, &result) == napi_ok, false, in GetPropertyInt32() local
82 CHECK_AND_RETURN_RET_LOG(napi_get_named_property(env, configObj, type.c_str(), &item) == napi_ok, false, in GetPropertyUint32() local
85 CHECK_AND_RETURN_RET_LOG(napi_get_value_uint32(env, item, &result) == napi_ok, false, in GetPropertyUint32() local
206 CHECK_AND_RETURN_RET(GetPropertyInt32(env, value, "fd", rawFd.fd) == true, false); GetFdArgument() local
419 CHECK_AND_RETURN_RET(SetPropertyInt32(env, range, "min", min) == true, false); AddRangeProperty() local
420 CHECK_AND_RETURN_RET(SetPropertyInt32(env, range, "max", max) == true, false); AddRangeProperty() local
[all...]
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp288 IPointerDrawingManager::GetInstance()->SetPointerVisible(getpid(), false, 0, false); in OnInjectPointerEventExt() local
292 IPointerDrawingManager::GetInstance()->SetPointerVisible(getpid(), true, 0, false); in OnInjectPointerEventExt() local
[all...]
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp345 CreateSubWindowTask(uint32_t parentWinId, std::string windowName, WindowType winType, napi_env env, NapiAsyncTask& task, bool newErrorCode = false) CreateSubWindowTask() argument
[all...]
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h334 static bool IsFloatingNumber(std::string str, bool allowNeg = false) in IsFloatingNumber() argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp2206 EXPECT_EQ(IsEnhanceP2pModuleId(DIRECT_CHANNEL_SERVER_P2P), false); HWTEST_F() local
2207 EXPECT_EQ(IsEnhanceP2pModuleId(AUTH_P2P), false); HWTEST_F() local
[all...]
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp215 EnableNetSharingInternal(static_cast<SharingIfaceType>(mem), false); in RecoverSharingType() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/
H A Dcloudsync_fuzzer.cpp358 GetKvStore(KvStoreNbDelegate *&delegate, const std::string &storeId, KvStoreNbDelegate::Option option, int securityLabel = NOT_SET, bool invalidSchema = false) GetKvStore() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp71 OpenDelegate(const std::string &dlpPath, KvStoreNbDelegate *&delegatePtr, KvStoreDelegateManager &mgr, bool syncDualTupleMode = false) OpenDelegate() argument
[all...]
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp1218 RegOnDispatchWithoutDataPacket(std::atomic<int> &messageCount, bool calResponse = false) RegOnDispatchWithoutDataPacket() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp149 Sync(const std::vector<std::string> &devices, int mode, const std::function<void(const std::map<std::string, int> &)> &onComplete, const std::function<void(void)> &onFinalize, bool wait = false) Sync() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp545 Sync(const std::vector<std::string> &devices, SyncMode mode, const std::function<void(const std::map<std::string, DBStatus> &devicesMap)> &onComplete, bool wait = false) Sync() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp952 shadowTrimmer_.Continue(GetStringIdentifier(), false); GetHandle() local
[all...]
/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp115 static std::string GetDentryfileByPath(uint32_t userId, const std::string &path, bool caseSense = false) in GetDentryfileByPath() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp75 path_.arcTo(SkRect::MakeLTRB(pt1X, pt1Y, pt2X, pt2Y), startAngle, sweepAngle, false); in ArcTo() local
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_interface.h116 UpdateSessionRect( const WSRect& rect, const SizeChangeReason reason, bool isGlobal = false) UpdateSessionRect() argument
170 NotifySessionException( const sptr<AAFwk::SessionInfo> abilitySessionInfo, bool needRemoveSession = false) NotifySessionException() argument
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp32.c1602 IA32_ECX, dstk, false, in do_jit() local
1625 IA32_ECX, dstk, false, in do_jit() local
1646 false, &prog); in do_jit() local
[all...]
/kernel/linux/linux-5.10/drivers/base/power/
H A Dmain.c735 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, false); dpm_noirq_resume_devices() local
870 trace_suspend_resume(TPS("dpm_resume_early"), state.event, false); dpm_resume_early() local
1041 trace_suspend_resume(TPS("dpm_resume"), state.event, false); dpm_resume() local
1127 trace_suspend_resume(TPS("dpm_complete"), state.event, false); dpm_complete() local
1332 trace_suspend_resume(TPS("dpm_suspend_noirq"), state.event, false); dpm_noirq_suspend_devices() local
1520 trace_suspend_resume(TPS("dpm_suspend_late"), state.event, false); dpm_suspend_late() local
1799 trace_suspend_resume(TPS("dpm_suspend"), state.event, false); dpm_suspend() local
1931 trace_suspend_resume(TPS("dpm_prepare"), state.event, false); dpm_prepare() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp.c643 set_cpu_online(smp_processor_id(), false); in nmi_stop_this_cpu() local
667 set_cpu_online(smp_processor_id(), false); in stop_this_cpu() local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsmp.c935 set_cpu_online(smp_processor_id(), false); in __cpu_disable() local

Completed in 41 milliseconds

1...<<31323334353637383940>>...58