Home
last modified time | relevance | path

Searched refs:b10 (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dnetwork_status_history_manager_test.cpp79 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 Dwindow_state_observer.h34 WINDOW_MODE_FLOATING = 0b10,
41 WINDOW_MODE_SPLIT_CHANGED = 0b10,
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/base/
H A Dsample_base.cpp53 sample = (info.codecType & 0b10) ? // 0b10: Video encoder mask in CreateSample()
H A Dvideo_sample_base.cpp121 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 Dmodel_layout_algorithm.cpp53 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 Ddata_producer_base.cpp94 if (sampleInfo_->codecType & 0b10) { // 0b10: Video encoder mask in DumpInput()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp102 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 Ddemuxer.cpp65 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 Datomicserviceweb.js344 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 Datomicserviceweb.js344 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 Drosen_render_clock.cpp157 case 0b10: in PerformLayout()
H A Drender_clock.cpp298 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 Darg_parser.cpp187 if (info.codecType == 0b10) { // 0b10: Encoder in SetCodecType()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/
H A Dvideo_strategy_center.cpp39 constexpr uint32_t TOTAL_TIME_LIMIT = 0b10;
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp393 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 Deditabletitlebar.js232 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 Dcomposetitlebar.js91 this.observeComponentCreation((b10, c10) => {
92 ViewStackProcessor.StartGetAccessRecordingFor(b10);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js1481 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 Dsubheader.js502 set subHeaderTheme(b10) {
503 this.__subHeaderTheme.set(b10);
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp439 case 0b10: // only width is infinite in CalculateBackupImageSize()
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1211 this.observeComponentCreation2((b10, c10) => {
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5101 ARKUI_DIRTY_FLAG_LAYOUT = 0b10,

Completed in 72 milliseconds