Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp56 uint8_t n3 = 0; in Rand16hex() local
63 if (n3 == 0) { in Rand16hex()
65 n3 = BLE_IRK_RAND_HEX_LEN; in Rand16hex()
69 --n3; in Rand16hex()
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js997 openPreview(n3) {
998 let o3 = this.getUri(n3.uri);
1001 this.errorWithCodeAndMsg(IMAGE_CAN_NOT_PREVIEW_ERROR, n3);
1006 mimeType: n3.mimeType,
1007 title: n3.title
1009 this.success(new OpenPreviewResult(), n3);
1011 this.error(v3, n3);
1014 this.error(r3, n3);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js997 openPreview(n3) {
998 let o3 = this.getUri(n3.uri);
1001 this.errorWithCodeAndMsg(IMAGE_CAN_NOT_PREVIEW_ERROR, n3);
1006 mimeType: n3.mimeType,
1007 title: n3.title
1009 this.success(new OpenPreviewResult(), n3);
1011 this.error(v3, n3);
1014 this.error(r3, n3);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js526 let n3 = t.readInt();
528 if (n3 < 0 || n3 > MAX_SIZE) {
531 for (let f2 = 0; f2 < n3; f2++) {
539 let n3 = t.readInt();
540 if (n3 < 0 || n3 > MAX_SIZE) {
543 for (let f2 = 0; f2 < n3; f2++) {
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js682 for (let n3 = 0; n3 < a1; n3++) {
683 this.multiColor[n3] = Color.Transparent;
1096 this.n3 = new SynchedPropertyObjectTwoWayPU(params.pressArray, this, "pressArray");
1146 this.n3.purgeDependencyOnElmtId(rmElmtId);
1166 this.n3.aboutToBeDeleted();
1257 return this.n3.get();
1261 this.n3.set(newValue);
1774 this.n3
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1697 const l3 = (m3, n3) => {
1705 if (n3 <= INDEX_TWO) {
1722 this.operationSymbolOptions.length > n3 ?
1723 this.operationSymbolOptions[n3] : null,
1740 this.operationSymbolOptions.length > n3 ?
1741 this.operationSymbolOptions[n3] : null,
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js484 this.n3 = new ObservedPropertyObjectPU(
702 this.n3.purgeDependencyOnElmtId(rmElmtId);
739 this.n3.aboutToBeDeleted();
883 return this.n3.get();
886 this.n3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js382 this.observeComponentCreation2((n3, o3) => {
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js4284 class n3 {
4289 if (!n3.instance) {
4290 n3.instance = new n3();
4292 return n3.instance;
4330 node = n3.getInstance().o15(type);
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js782 constructor(k3, l3, m3, n3 = -1, o3 = undefined, p3) {
783 super(k3, m3, n3, p3);
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js868 this.observeComponentCreation2((n3, o3) => {
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1818 this.observeComponentCreation2((m3, n3) => {

Completed in 18 milliseconds