Home
last modified time | relevance | path

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

1234

/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.ts127 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.ts103 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.ts61 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.ts69 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.ts36 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.ts47 fail: (data: string, code: number) => void;
76 fail: (data: string, code: number) => void;
163 fail: (data: string, code: number) => void;
D@ohos.rpc.d.ts2078 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.ts93 fail?: (data: string, code: number) => void;
128 fail?: (data: string, code: number) => void;
161 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.ts119 fail: (data: string, code: number) => void;
240 fail: (data: string, code: number) => void;
D@ohos.process.d.ts369 exit(code: number): void;
836 function exit(code: number): void;
D@ohos.net.webSocket.d.ts207 code?: number; property
263 code: number; property
D@system.vibrator.d.ts59 fail?: (data: string, code: number) => void;
/interface/sdk-js/api/commonEvent/
DcommonEventSubscriber.d.ts103 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;
DcommonEventData.d.ts85 code?: number; property
DcommonEventPublishData.d.ts66 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_c/network/netstack/net_websocket/
Dnet_websocket_type.h51 uint32_t code; member
64 uint32_t code; member
90 uint32_t code; member
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcompile_info.js142 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/
DAbilityStartCallback.d.ts36 onError(code: number, name: string, message: string): void;
/interface/sdk-js/api/wantAgent/
DtriggerInfo.d.ts33 code: number; property

1234