Home
last modified time | relevance | path

Searched refs:b11 (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dnetwork_status_history_manager_test.cpp63 uint32_t networkStatusHistory = 0b11; in HWTEST_F()
70 uint32_t networkStatusHistory = 0b11; in HWTEST_F()
77 uint32_t networkStatusHistory = 0b11; in HWTEST_F()
86 EXPECT_EQ(networkStatusHistory, 0b11); in HWTEST_F()
104 EXPECT_FALSE(NetworkStatusHistoryManager::IsAllowRecoveryByHistory(0b11)); in HWTEST_F()
118 EXPECT_FALSE(NetworkStatusHistoryManager::IsPortalByHistory(0b11)); in HWTEST_F()
126 EXPECT_FALSE(NetworkStatusHistoryManager::HasInternetEverByHistory(0b11)); in HWTEST_F()
134 EXPECT_FALSE(NetworkStatusHistoryManager::IsEmptyNetworkStatusHistory(0b11)); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dwindow_state_observer.h35 WINDOW_MODE_OTHER = 0b11,
42 WINDOW_MODE_SPLIT_FLOATING_CHANGED = 0b11,
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/
H A Dnetwork_status_history_manager_test.cpp36 uint32_t networkStatusHistory = 0b11; in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/network_status_history/
H A Dnetwork_status_history_manager.h122 constexpr static unsigned int NETWORK_STATUS_MASK = 0b11;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_layout_algorithm.cpp56 case 0b11: // both width and height are negative in MeasureContent()
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js1701 this.b11 = new Map();
1905 this.g9(this.b11.get(this.w7[this.lastIndex].e6()));
1910 this.b11.clear();
1916 this.b11.set(this.w7[h14].e6(), index++);
1994 this.b11.clear();
2026 this.b11.set(n13.e6(), index++);
2064 if (this.b11.has(b13[g13])) {
2065 let i13 = this.b11.get(b13[g13]);
2089 this.g9(this.b11.get(c13.e6()));
2145 this.g9(this.b11
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js92 constructor(a11, b11, c11, d11 = -1, e11 = undefined, f11) {
97 this.__iconStyle = new SynchedPropertySimpleOneWayPU(b11.iconStyle, this, "iconStyle");
98 this.__icon = new SynchedPropertyObjectOneWayPU(b11.icon, this, "icon");
99 this.__primaryText = new SynchedPropertyObjectOneWayPU(b11.primaryText, this, "primaryText");
100 this.__secondaryText = new SynchedPropertyObjectOneWayPU(b11.secondaryText, this, "secondaryText");
101 this.__description = new SynchedPropertyObjectOneWayPU(b11.description, this, "description");
103 this.__leftWidth = new SynchedPropertySimpleOneWayPU(b11.leftWidth, this, "leftWidth");
107 this.__fontSizeScale = new SynchedPropertySimpleOneWayPU(b11.fontSizeScale, this, "fontSizeScale");
108 this.__parentDirection = new SynchedPropertySimpleOneWayPU(b11.parentDirection, this, "parentDirection");
109 this.__itemDirection = new SynchedPropertySimpleOneWayPU(b11
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_algorithm.cpp105 case 0b11: // both width and height are negative in MeasureContent()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp394 double b11 = m22 * m33 - m23 * m32; 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/clock/
H A Drender_clock.cpp301 case 0b11: // both width and height are infinite in CalculateLayoutSize()
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js284 Web.onPageEnd((b11) => this.onCommonCallBack('onPageEnd', b11, this.onPageEnd));
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js284 Web.onPageEnd((b11) => this.onCommonCallBack('onPageEnd', b11, this.onPageEnd));
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h231 ALL_SETTING = 0b11
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1080 const b11 = this.colNum;
1081 const c11 = Math.trunc(a11 % b11);
1082 const d11 = Math.trunc(z10 % b11);
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js4094 set popover(b11) {
4095 this.__popover.set(b11);
/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js2540 this.observeComponentCreation2((b11, c11) => {

Completed in 20 milliseconds