| /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 | 122 fail?: (data: string, code: number) => void; 184 fail?: (data: string, code: number) => void; 244 fail?: (data: string, code: number) => void; 301 fail?: (data: string, code: number) => void; 348 fail?: (data: string, code: number) => void; 422 fail?: (data: string, code: number) => void; 514 fail?: (data: string, code: number) => void; 589 fail?: (data: string, code: number) => void; 671 fail?: (data: string, code: number) => void; 718 fail?: (data: string, code: number) => void; [all …]
|
| D | @system.sensor.d.ts | 98 fail?: (data: string, code: number) => void; 143 fail?: (data: string, code: number) => void; 188 fail?: (data: string, code: number) => void; 233 fail?: (data: string, code: number) => void; 284 fail?: (data: string, code: number) => void; 329 fail?: (data: string, code: number) => void; 380 fail?: (data: string, code: number) => void; 425 fail?: (data: string, code: number) => void; 452 fail?: (data: string, code: number) => void; 538 fail?: (data: string, code: number) => void; [all …]
|
| D | @system.brightness.d.ts | 56 fail?: (data: string, code: number) => void; 104 fail?: (data: string, code: number) => void; 158 fail?: (data: string, code: number) => void; 204 fail?: (data: string, code: number) => void; 248 fail?: (data: string, code: number) => void;
|
| D | @system.storage.d.ts | 64 fail?: (data: string, code: number) => void; 124 fail?: (data: string, code: number) => void; 163 fail?: (data: string, code: number) => void; 213 fail?: (data: string, code: number) => void;
|
| D | @system.request.d.ts | 31 code: number; property 226 fail?: (data: any, code: number) => void; 299 fail?: (data: any, code: number) => void; 343 fail?: (data: any, code: number) => void;
|
| D | @ohos.rpc.d.ts | 2037 code: number; 2084 code: number; 2156 …sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): bool… 2177 code: number, 2201 code: number, 2226 code: number, 2251 code: number, 2570 code: number, 2592 …onRemoteRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): … 2608 …sendRequest(code: number, data: MessageParcel, reply: MessageParcel, options: MessageOption): bool… [all …]
|
| D | @system.bluetooth.d.ts | 24 fail: (data: string, code: number) => void; 35 fail: (data: string, code: number) => void; 68 fail: (data: string, code: number) => void;
|
| D | @system.geolocation.d.ts | 88 fail?: (data: string, code: number) => void; 123 fail?: (data: string, code: number) => void; 156 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 | 105 fail: (data: string, code: number) => void; 215 fail: (data: string, code: number) => void;
|
| D | @ohos.net.webSocket.d.ts | 104 code?: number; property 136 code: number; property
|
| D | @ohos.application.BackupExtensionAbility.d.ts | 33 code: number; property
|
| D | @ohos.process.d.ts | 279 exit(code: number): void; 656 function exit(code: number): void;
|
| D | @system.vibrator.d.ts | 54 fail?: (data: string, code: number) => void;
|
| D | @system.package.d.ts | 65 fail?: (data: any, code: number) => void;
|
| /interface/sdk-js/api/commonEvent/ |
| D | commonEventSubscriber.d.ts | 62 setCode(code: number, callback: AsyncCallback<void>): void; 72 setCode(code: number): Promise<void>; 82 setCodeSync(code: number): void; 150 setCodeAndData(code: number, data: string, callback: AsyncCallback<void>): void; 161 setCodeAndData(code: number, data: string): Promise<void>; 172 setCodeAndDataSync(code: number, data: string): void;
|
| D | commonEventData.d.ts | 50 code?: number; property
|
| D | commonEventPublishData.d.ts | 41 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-js/api/wantAgent/ |
| D | triggerInfo.d.ts | 33 code: number; property
|
| /interface/sdk-js/api/ability/ |
| D | connectOptions.d.ts | 54 onFailed(code: number): void;
|