Home
last modified time | relevance | path

Searched refs:b01 (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dnetwork_status_history_manager_test.cpp72 EXPECT_EQ(networkStatusHistory, 0b01); in HWTEST_F()
92 EXPECT_TRUE(NetworkStatusHistoryManager::IsInternetAccessByHistory(0b01)); in HWTEST_F()
103 EXPECT_FALSE(NetworkStatusHistoryManager::IsAllowRecoveryByHistory(0b01)); in HWTEST_F()
117 EXPECT_FALSE(NetworkStatusHistoryManager::IsPortalByHistory(0b01)); in HWTEST_F()
127 EXPECT_TRUE(NetworkStatusHistoryManager::HasInternetEverByHistory(0b01)); in HWTEST_F()
132 EXPECT_FALSE(NetworkStatusHistoryManager::IsEmptyNetworkStatusHistory(0b01)); in HWTEST_F()
H A Dnetwork_selection_test.cpp340 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
375 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
410 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
444 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
478 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
512 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
549 wifiDeviceConfig.networkStatusHistory = 0b01; in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dwindow_state_observer.h33 WINDOW_MODE_SPLIT = 0b01,
40 WINDOW_MODE_FLOATING_CHANGED = 0b01,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_layout_algorithm.cpp50 case 0b01: // width is positive and height is negative in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp99 case 0b01: // width is positive and height is negative in MeasureContent()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp50 if (!(info.codecRunMode & 0b01)) { // 0b01: Buffer mode mask in Init()
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.cpp160 case 0b01: in PerformLayout()
H A Drender_clock.cpp295 case 0b01: // width is valid but height is infinite in CalculateLayoutSize()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp44 if (static_cast<uint8_t>(info.codecRunMode) & 0b01) { // 0b01: Buffer mode mask in Prepare()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
H A Dvideo_encoder.cpp140 // 0b01: buffer mode mask in GetSurface()
141 CHECK_AND_RETURN_RET(!(static_cast<uint8_t>(sampleInfo.codecRunMode) & 0b01), AVCODEC_SAMPLE_ERR_OK); in GetSurface()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp384 double b01 = m00 * m12 - m02 * m10; in Determinant() local
396 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in Determinant()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp436 case 0b01: // only height is infinite in CalculateBackupImageSize()

Completed in 9 milliseconds