Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 57) sorted by relevance

123

/interface/sdk-js/build-tools/api_diff/src/
Dapi_data.js84 … = [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.ts122 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.ts98 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.ts56 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.ts64 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.ts31 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.ts2037 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.ts24 fail: (data: string, code: number) => void;
35 fail: (data: string, code: number) => void;
68 fail: (data: string, code: number) => void;
D@system.geolocation.d.ts88 fail?: (data: string, code: number) => void;
123 fail?: (data: string, code: number) => void;
156 fail?: (data: string, code: number) => void;
D@system.fetch.d.ts28 code: number; property
105 fail?: (data: any, code: number) => void;
D@system.network.d.ts62 fail?: (data: any, code: number) => void;
89 fail?: (data: any, code: number) => void;
D@system.cipher.d.ts105 fail: (data: string, code: number) => void;
215 fail: (data: string, code: number) => void;
D@ohos.net.webSocket.d.ts104 code?: number; property
136 code: number; property
D@ohos.application.BackupExtensionAbility.d.ts33 code: number; property
D@ohos.process.d.ts279 exit(code: number): void;
656 function exit(code: number): void;
D@system.vibrator.d.ts54 fail?: (data: string, code: number) => void;
D@system.package.d.ts65 fail?: (data: any, code: number) => void;
/interface/sdk-js/api/commonEvent/
DcommonEventSubscriber.d.ts62 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;
DcommonEventData.d.ts50 code?: number; property
DcommonEventPublishData.d.ts41 code?: number; property
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
Dentry.ts46 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/
Dfeatureability.d.ts29 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/
Dfeatureability.d.ts111 fail?: (data: string, code: number) => void;
143 fail?: (data: string, code: number) => void;
/interface/sdk-js/api/wantAgent/
DtriggerInfo.d.ts33 code: number; property
/interface/sdk-js/api/ability/
DconnectOptions.d.ts54 onFailed(code: number): void;

123