| /interface/sdk-js/build-tools/api_diff/src/ |
| D | api_data.js | 84 … = [ApiType.ClassType.code, ApiType.InterfaceType.code, ApiType.EnumType.code, ApiType.NamespaceTy… 85 return types.includes(api.getApiType().code); 287 EnumType: { name: '枚举', code: 0 }, property 288 EnumMember: { name: '枚举成员', code: 1 }, property 289 ClassType: { name: '类', code: 2 }, property 290 ClassProperty: { name: '类属性', code: 3 }, property 291 ClassMethod: { name: '类方法', code: 4 }, property 292 InterfaceType: { name: '接口', code: 5 }, property 293 InterfaceMethod: { name: '接口方法', code: 6 }, property 294 InterfaceProperty: { name: '接口属性', code: 7 }, property [all …]
|
| /interface/sdk-js/api/ |
| D | @system.file.d.ts | 127 fail?: (data: string, code: number) => void; 189 fail?: (data: string, code: number) => void; 249 fail?: (data: string, code: number) => void; 306 fail?: (data: string, code: number) => void; 353 fail?: (data: string, code: number) => void; 427 fail?: (data: string, code: number) => void; 519 fail?: (data: string, code: number) => void; 594 fail?: (data: string, code: number) => void; 676 fail?: (data: string, code: number) => void; 723 fail?: (data: string, code: number) => void; [all …]
|
| D | @system.sensor.d.ts | 103 fail?: (data: string, code: number) => void; 148 fail?: (data: string, code: number) => void; 193 fail?: (data: string, code: number) => void; 238 fail?: (data: string, code: number) => void; 289 fail?: (data: string, code: number) => void; 334 fail?: (data: string, code: number) => void; 385 fail?: (data: string, code: number) => void; 430 fail?: (data: string, code: number) => void; 457 fail?: (data: string, code: number) => void; 543 fail?: (data: string, code: number) => void; [all …]
|
| D | @system.brightness.d.ts | 61 fail?: (data: string, code: number) => void; 109 fail?: (data: string, code: number) => void; 163 fail?: (data: string, code: number) => void; 209 fail?: (data: string, code: number) => void; 253 fail?: (data: string, code: number) => void;
|
| D | @system.storage.d.ts | 69 fail?: (data: string, code: number) => void; 129 fail?: (data: string, code: number) => void; 168 fail?: (data: string, code: number) => void; 218 fail?: (data: string, code: number) => void;
|
| D | @system.request.d.ts | 36 code: number; property 231 fail?: (data: any, code: number) => void; 304 fail?: (data: any, code: number) => void; 348 fail?: (data: any, code: number) => void;
|
| D | @system.bluetooth.d.ts | 47 fail: (data: string, code: number) => void; 76 fail: (data: string, code: number) => void; 163 fail: (data: string, code: number) => void;
|
| D | @ohos.rpc.d.ts | 2078 code: number; 2125 code: number; 2204 …sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): bool… 2225 code: number, 2249 code: number, 2274 code: number, 2299 code: number, 2652 code: number, 2674 …onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): … 2690 …sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): bool… [all …]
|
| D | @system.geolocation.d.ts | 93 fail?: (data: string, code: number) => void; 128 fail?: (data: string, code: number) => void; 161 fail?: (data: string, code: number) => void;
|
| D | @system.fetch.d.ts | 28 code: number; property 105 fail?: (data: any, code: number) => void;
|
| D | @system.network.d.ts | 62 fail?: (data: any, code: number) => void; 89 fail?: (data: any, code: number) => void;
|
| D | @system.cipher.d.ts | 119 fail: (data: string, code: number) => void; 240 fail: (data: string, code: number) => void;
|
| D | @ohos.process.d.ts | 369 exit(code: number): void; 836 function exit(code: number): void;
|
| D | @ohos.net.webSocket.d.ts | 207 code?: number; property 263 code: number; property
|
| D | @system.vibrator.d.ts | 59 fail?: (data: string, code: number) => void;
|
| /interface/sdk-js/api/commonEvent/ |
| D | commonEventSubscriber.d.ts | 103 setCode(code: number, callback: AsyncCallback<void>): void; 122 setCode(code: number): Promise<void>; 141 setCodeSync(code: number): void; 270 setCodeAndData(code: number, data: string, callback: AsyncCallback<void>): void; 291 setCodeAndData(code: number, data: string): Promise<void>; 312 setCodeAndDataSync(code: number, data: string): void;
|
| D | commonEventData.d.ts | 85 code?: number; property
|
| D | commonEventPublishData.d.ts | 66 code?: number; property
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | entry.ts | 46 if (result.code !== Code.OK) { 74 abstract process(context: Context, code: string): Promise<ProcessResult>; 92 code: Code.ERROR, 99 code: Code.ERROR, 105 code: Code.OK, 113 if (preResult.code === Code.ERROR) { 125 if (preResult.code === Code.OK) { 140 code: Code.ERROR, 153 code: Code.ERROR, 161 code: Code.OK, [all …]
|
| /interface/sdk-js/api/common/full/ |
| D | featureability.d.ts | 29 code: number; property 247 fail?: (data: string, code: number) => void; 279 fail?: (data: string, code: number) => void; 369 code: number; property
|
| /interface/sdk-js/api/common/lite/ |
| D | featureability.d.ts | 111 fail?: (data: string, code: number) => void; 143 fail?: (data: string, code: number) => void;
|
| /interface/sdk_c/network/netstack/net_websocket/ |
| D | net_websocket_type.h | 51 uint32_t code; member 64 uint32_t code; member 90 uint32_t code; member
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | compile_info.js | 142 var code = str.charCodeAt(i); 143 var code16 = code.toString(16); 144 if (code < 0xf) { 146 } else if (code < 0xff) { 148 } else if (code < 0xfff) {
|
| /interface/sdk-js/api/application/ |
| D | AbilityStartCallback.d.ts | 36 onError(code: number, name: string, message: string): void;
|
| /interface/sdk-js/api/wantAgent/ |
| D | triggerInfo.d.ts | 33 code: number; property
|