Home
last modified time | relevance | path

Searched defs:false (Results 276 - 300 of 1439) sorted by relevance

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

/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-publish.c47 PA_MODULE_LOAD_ONCE(false); variable
H A Dmodule-x11-cork-request.c44 PA_MODULE_LOAD_ONCE(false); variable
/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp259 ASSERT_EQ(FileUtil::FileExists(faultFile), false); HWTEST_F() local
850 ASSERT_EQ(FileUtil::FileExists(faultFile), false); HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_utils_test.cpp107 static bool CheckBacktraceContent(const std::string& content, bool fast = false) in CheckBacktraceContent() argument
[all...]
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_service_native_test.cpp354 g_pmsTest->SuspendDevice(GetTickCount(), SuspendDevice::SUSPEND_DEVICE_REASON_POWER_KEY, false); in HWTEST_F() local
363 g_pmsTest->SuspendDevice(GetTickCount(), SuspendDevice::SUSPEND_DEVICE_REASON_SWITCH, false); in HWTEST_F() local
406 g_pmsTest->SuspendDevice(GetTickCount(), SuspendDevice::SUSPEND_DEVICE_REASON_POWER_KEY, false); in HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_database_test.cpp110 std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", false); in HWTEST_F() local
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_event_module_test.cpp143 SendEventWithUniquePtr( const std::shared_ptr<MyEventHandler> &handler, EventQueue::Priority priority, bool isRValue = false) SendEventWithUniquePtr() argument
[all...]
/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_mock_test.cpp207 EXPECT_EQ(IsDeveloperModeOn(), false); in HWTEST_F() local
/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp54 bool GetIntParameter(const std::string &key, bool def, bool arg1 = false, bool arg2 = false) in GetIntParameter() argument
/base/startup/init/test/unittest/modules/
H A Deng_unittest.cpp206 EXPECT_EQ(IsFileExistWithType(SRC_FILE_PATH.c_str(), TYPE_DIR), false); HWTEST_F() local
[all...]
/base/update/updater/test/unittest/service_test/
H A Dupdater_service_unittest.cpp327 EXPECT_EQ(CheckPathNeedMountSD(upParams), false); in HWTEST_F() local
333 EXPECT_EQ(CheckPathNeedMountSD(upParams), false); in HWTEST_F() local
/base/update/updater/test/unittest/utils/json/
H A Dutils_json_visitor_test.cpp293 EXPECT_EQ(Visit<SETVAL>(node["KNonDefault0"], node["K"], k), false); HWTEST_F() local
294 EXPECT_EQ(Visit<SETVAL>(node["KNonDefault0"], JsonNode {"{"s}, k), false); HWTEST_F() local
318 EXPECT_EQ(Visit<SETVAL>(node["LNonDefault1"], node["L"], l), false); HWTEST_F() local
319 EXPECT_EQ(Visit<SETVAL>(node["L"], node["LNonDefault1"], l), false); HWTEST_F() local
320 EXPECT_EQ(Visit<SETVAL>(node["L"], node["LNonDefault2"], l), false); HWTEST_F() local
321 EXPECT_EQ(Visit<SETVAL>(node["LNonDefault2"], node["L"], l), false); HWTEST_F() local
346 EXPECT_EQ(Visit<SETVAL>(node["dVector_invalid1"], dVector), false); HWTEST_F() local
349 EXPECT_EQ(Visit<SETVAL>(node["dVector_invalid2"], dVector), false); HWTEST_F() local
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dresource_node_pool_test.cpp62 EXPECT_EQ(ResourceNodePool::Instance().Insert(nullptr), false); in HWTEST_F() local
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddistributed_mission_info_test.cpp161 std::move(deleteEntries), deviceId, false); in HWTEST_F() local
175 std::move(deleteEntries), deviceId, false); in HWTEST_F() local
211 std::move(deleteEntries), deviceId, false); in HWTEST_F() local
462 std::move(updateEntries), std::move(deleteEntries), TEST_DEVICE_ID, false); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h48 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
60 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
74 LoadModule( const std::string& moduleName, const std::string& modulePath, const std::string& hapPath, bool esmodule = false) LoadModule() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_mgr_client.cpp73 KillApplication( const std::string& bundleName, const bool clearPageStack = false) KillApplication() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.h77 hiddenChangeEvent_(false); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model.h47 ParseCommonTitle(bool hasSubTitle, bool hasMainTitle, const std::string& subtitle, const std::string& title, bool ignoreMainTitle = false) ParseCommonTitle() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_algorithm.h89 LayoutAlgorithmWrapper( const RefPtr<LayoutAlgorithm>& layoutAlgorithmT, bool skipMeasure = false, bool skipLayout = false) LayoutAlgorithmWrapper() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.h158 explicit JSFuncObjRef(const T& jsObject, bool isWeak = false) : isWeak_(isWeak) in JSFuncObjRef() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h33 EntryPageInfo(int32_t pageId, const std::string& url, const std::string& path, std::string params, bool recoverable = true, bool isCreateByNamedRouter = false) EntryPageInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.h171 inline double GetDensity(bool useSystemDensity = false) in GetDensity() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_location_button.cpp89 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create() local
92 static_cast<int32_t>(iconType), backgroundType, false); in Create() local
H A Djs_save_button.cpp89 static_cast<int32_t>(ButtonType::CAPSULE), false); in Create() local
92 static_cast<int32_t>(iconType), backgroundType, false); in Create() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_transform_operation.h148 PlayTransformAnimation( const AnimationOption& option, const std::vector<TransformOperation>& other, bool alwaysRotate = false) PlayTransformAnimation() argument

Completed in 14 milliseconds

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