/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | network_status_history_manager_test.cpp | 79 EXPECT_EQ(networkStatusHistory, 0b10); in HWTEST_F() 84 uint32_t networkStatusHistory = 0b10; in HWTEST_F() 102 EXPECT_FALSE(NetworkStatusHistoryManager::IsAllowRecoveryByHistory(0b10)); in HWTEST_F() 119 EXPECT_TRUE(NetworkStatusHistoryManager::IsPortalByHistory(0b10)); in HWTEST_F() 125 EXPECT_FALSE(NetworkStatusHistoryManager::HasInternetEverByHistory(0b10)); in HWTEST_F() 133 EXPECT_FALSE(NetworkStatusHistoryManager::IsEmptyNetworkStatusHistory(0b10)); in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | window_state_observer.h | 34 WINDOW_MODE_FLOATING = 0b10, 41 WINDOW_MODE_SPLIT_CHANGED = 0b10,
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/base/ |
H A D | sample_base.cpp | 53 sample = (info.codecType & 0b10) ? // 0b10: Video encoder mask in CreateSample()
|
H A D | video_sample_base.cpp | 121 if (!(info.codecType & 0b10)) { // 0b10: Video encoder mask in DumpOutput() 140 if (info.codecType & 0b10) { // 0b10: Video encoder mask in DumpOutput()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_layout_algorithm.cpp | 53 case 0b10: // width is negative and height is positive in MeasureContent()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/data_producer_base/ |
H A D | data_producer_base.cpp | 94 if (sampleInfo_->codecType & 0b10) { // 0b10: Video encoder mask in DumpInput()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 102 case 0b10: // width is negative and height is positive in MeasureContent()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/ |
H A D | demuxer.cpp | 65 if (static_cast<uint8_t>(sampleInfo_->codecRunMode) & 0b10) { // ob10: AVBuffer mode mask in FillBuffer()
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 344 cutUrl(b10) { 345 if (b10) { 346 let c10 = b10.indexOf('?'); 348 return b10.substring(0, c10); 351 return b10;
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 344 cutUrl(b10) { 345 if (b10) { 346 let c10 = b10.indexOf('?'); 348 return b10.substring(0, c10); 351 return b10;
|
/foundation/arkui/ace_engine/frameworks/core/components/clock/ |
H A D | rosen_render_clock.cpp | 157 case 0b10: in PerformLayout()
|
H A D | render_clock.cpp | 298 case 0b10: // height is valid but width is infinite in CalculateLayoutSize()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/ |
H A D | arg_parser.cpp | 187 if (info.codecType == 0b10) { // 0b10: Encoder in SetCodecType()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/ |
H A D | video_strategy_center.cpp | 39 constexpr uint32_t TOTAL_TIME_LIMIT = 0b10;
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 393 double b10 = m21 * m33 - m23 * m31; in Determinant() local 396 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in Determinant()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 232 let b10 = z9.message; 233 hilog.error(0x3900, 'Ace', `Faild to init fontsizescale info,cause, code: ${a10}, message: ${b10}`);
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 91 this.observeComponentCreation((b10, c10) => { 92 ViewStackProcessor.StartGetAccessRecordingFor(b10);
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 1481 b10() { 1483 return this.listNodeDataSource.b10(q15); 2860 let b10 = this.INITIAL_INVALID_VALUE; 2862 b10 = this.h14(t9, u9); 2867 if (a10 > b10) { 3306 b10(r7) {
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 502 set subHeaderTheme(b10) { 503 this.__subHeaderTheme.set(b10);
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.cpp | 439 case 0b10: // only width is infinite in CalculateBackupImageSize()
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1211 this.observeComponentCreation2((b10, c10) => {
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 5101 ARKUI_DIRTY_FLAG_LAYOUT = 0b10,
|