Home
last modified time | relevance | path

Searched defs:true (Results 101 - 125 of 236) sorted by relevance

12345678910

/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode-map.c507 btrfs_delalloc_release_metadata(BTRFS_I(inode), prealloc, true); in btrfs_save_ino_cache() local
/kernel/linux/linux-5.10/net/bridge/netfilter/
H A Dnft_reject_bridge.c100 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v4_tcp_reset() local
162 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v4_unreach() local
215 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v6_tcp_reset() local
294 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v6_unreach() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_pipe_crc.c610 intel_crtc_crc_setup_workarounds(to_intel_crtc(crtc), true); in intel_crtc_set_crc_source() local
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dextent-map-tests.c780 btrfs_drop_extent_map_range(BTRFS_I(inode), 0, (36 * SZ_1K) - 1, true); in test_case_7() local
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_addr.c191 true); in v9fs_vfs_write_folio_locked() local
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/
H A Drmobile-sysc.c335 fwnode_dev_initialized(of_fwnode_handle(np), true); in rmobile_init_pm_domains() local
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4_core.c861 HDMI_CORE_AV_AUD_MODE, true, 0, 0); in hdmi4_audio_start() local
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-sun4i.c108 sun4i_clkevt_time_start(timer_of_base(to), 0, true); in sun4i_clkevt_set_periodic() local
H A Dtimer-msc313e.c116 msc313e_timer_start(timer_of_base(timer), true); in msc313e_timer_clkevt_set_periodic() local
H A Dtimer-rda.c94 rda_ostimer_start(timer_of_base(to), true, cycles_per_jiffy); in rda_ostimer_set_state_periodic() local
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dmediatek-cpufreq-hw.c283 &em_cb, policy->cpus, true); in mtk_cpufreq_register_em() local
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dmsi.c306 __irq_msi_compose_msg(irqd_cfg(data), msg, true); in dmar_msi_compose_msg() local
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_device.c508 xfrm_dev_state_flush(dev_net(dev), dev, true); in xfrm_dev_down() local
509 xfrm_dev_policy_flush(dev_net(dev), dev, true); in xfrm_dev_down() local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c133 GUEST_ASSERT_EQ(prepare_for_vmx_operation(vmx), true); in l1_vmx_code() local
135 GUEST_ASSERT_EQ(load_vmcs(vmx), true); in l1_vmx_code() local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-stress.c167 nr_pages_per_cpu * page_size, true); in background_thread() local
/base/hiviewdfx/hiview/base/include/
H A Devent.h207 static std::shared_ptr<Derived> Repack(std::shared_ptr<Event>& event, bool replace = true) in Repack() argument
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp162 int32_t ParseString(const char *buffer, uint32_t &offset, std::string &id, bool includeTemi = true) in ParseString() argument
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp85 static bool AllocPermission(std::vector<std::string> permissions, AccessTokenID &tokenID, bool isSystemApp = true) in AllocPermission() argument
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp68 GenConfigStrProp(const napi_env env, const napi_value config, const std::string& key, std::string& out, const bool optional = true) GenConfigStrProp() argument
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp139 EXPECT_EQ(S_ISLNK(destDirstat.st_mode), true); in HWTEST_F() local
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp183 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); in HWTEST_F() local
191 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); in HWTEST_F() local
[all...]
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp100 EXPECT_EQ(GetCode() == INITCODE, true); in OnReceiveEvent() local
101 EXPECT_EQ(GetData() == INNITDATA, true); in OnReceiveEvent() local
104 EXPECT_EQ(GetCode() == INITCODE, true); in OnReceiveEvent() local
105 EXPECT_EQ(GetData() == INNITDATA, true); in OnReceiveEvent() local
153 EXPECT_EQ(GetCode() == CHANGECODE, true); in ProcessSubscriberTestCase2() local
154 EXPECT_EQ(GetData() == CHANGEDATA, true); in ProcessSubscriberTestCase2() local
162 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); in ProcessSubscriberTestCase3() local
168 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); in ProcessSubscriberTestCase3() local
193 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); in ProcessSubscriberTestCase5() local
199 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); in ProcessSubscriberTestCase5() local
223 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); AsyncProcess() local
225 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); AsyncProcess() local
230 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); AsyncProcess() local
283 EXPECT_EQ(GetCode() == CHANGECODE, true); ProcessSubscriberAnotherTestCase1() local
284 EXPECT_EQ(GetData() == CHANGEDATA, true); ProcessSubscriberAnotherTestCase1() local
291 EXPECT_EQ(GetCode() == INITCODE, true); ProcessSubscriberAnotherTestCase2() local
292 EXPECT_EQ(GetData() == INNITDATA, true); ProcessSubscriberAnotherTestCase2() local
301 EXPECT_EQ(GetCode() == INITCODE, true); ProcessSubscriberAnotherTestCase3() local
302 EXPECT_EQ(GetData() == INNITDATA, true); ProcessSubscriberAnotherTestCase3() local
309 EXPECT_EQ(GetCode() == INITCODE, true); ProcessSubscriberAnotherTestCase4() local
310 EXPECT_EQ(GetData() == INNITDATA, true); ProcessSubscriberAnotherTestCase4() local
316 EXPECT_EQ(GetCode() == INITCODE, true); ProcessSubscriberAnotherTestCase5() local
317 EXPECT_EQ(GetData() == INNITDATA, true); ProcessSubscriberAnotherTestCase5() local
319 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); ProcessSubscriberAnotherTestCase5() local
325 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); ProcessSubscriberAnotherTestCase5() local
339 EXPECT_EQ(GetCode() == INITCODE, true); ProcessSubscriberAnotherTestCase6() local
340 EXPECT_EQ(GetData() == INNITDATA, true); ProcessSubscriberAnotherTestCase6() local
351 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); AsyncProcess() local
353 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); AsyncProcess() local
358 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); AsyncProcess() local
473 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
477 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
483 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
498 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTimeAnother), true); HWTEST_F() local
502 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
508 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
592 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
596 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
602 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
617 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTimeAnother), true); HWTEST_F() local
621 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
627 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
709 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
711 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
717 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
732 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTimeAnother), true); HWTEST_F() local
734 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
740 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
822 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
824 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
830 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
843 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTimeAnother), true); HWTEST_F() local
845 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
851 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
935 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
937 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
943 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
958 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTimeAnother), true); HWTEST_F() local
960 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
966 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
1051 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
1053 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
1059 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
1074 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTimeAnother), true); HWTEST_F() local
1076 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
1082 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTimeAnother), true); HWTEST_F() local
[all...]
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
H A Dcommon_event_services_module_test.cpp590 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); in HWTEST_F() local
595 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); in HWTEST_F() local
634 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); in HWTEST_F() local
639 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); in HWTEST_F() local
683 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
688 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
732 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
737 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
781 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
786 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
853 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
858 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
903 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
908 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
1315 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
1320 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
1421 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
1426 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
[all...]
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
H A DactsCESManagertest.cpp1915 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
1920 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
1956 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
1961 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
1998 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2003 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2040 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2045 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2085 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2090 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2130 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2135 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2308 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2314 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2356 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2362 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2404 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2410 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2448 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2453 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2812 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2817 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
2950 EXPECT_EQ(OHOS::GetSystemCurrentTime(&startTime), true); HWTEST_F() local
2955 EXPECT_EQ(OHOS::GetSystemCurrentTime(&doingTime), true); HWTEST_F() local
[all...]
/base/security/certificate_manager/test/unittest/src/
H A Dcm_sys_app_cert_test.cpp770 EXPECT_EQ(CompareCredential(&credInfo, &(g_credExpectResult[0])), true); in HWTEST_F() local

Completed in 29 milliseconds

12345678910