/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-zlib.md | 19 …n the **compressFile()** API is called, the file to compress does not exist. When the **decompress… 40 2. When the **decompressFile()** API is called, the destination folder does not exist. 60 1. When the **decompressFile** API is called, the format of the source file is incorrect. 61 2. When the **decompressFile** API is called, the source file is incomplete or damaged. 101 …ose**, or **gzflush** API is called, the input refresh mode is incorrect. When the API for opening… 106 2. Check whether the API for opening the **.gz** file is not called or fails to be called. 178 1. The API for opening the **.gz** file is not called or fails to be called. 180 3. When the **gzwrite** API is called, the length of the input uncompressed byte is 0. 183 6. When the **gzgets** API is called, the input **ArrayBuffer** is empty. 184 7. When the **gzgetc** API is called, the **.gz** file is empty. [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-application-eventHub.md | 25 console.log('eventFunc is called'); 86 // eventFunc is called, value: undefined 96 console.log(`eventFunc is called, value: ${this.value}`); 127 // anonymous eventFunc is called, value: 12 137 console.log(`eventFunc is called, value: ${this.value}`); 191 console.log('eventFunc1 is called'); 195 console.log('eventFunc2 is called'); 239 // eventFunc is called,undefined,undefined 242 // eventFunc is called,1,undefined 245 // eventFunc is called,1,2 [all …]
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-secure-shield-mode.md | 41 …called in the frontend code. WebAssembly provides the capability of running low-level languages su… 43 …k whether WebGL APIs are called in the frontend code. WebGL provides the 3D graphics drawing capab… 49 …gnition** and **SpeechSynthesis** are called in the frontend code. In the Shield Guard mode, they … 51 …called in the frontend code. These APIs can be used to establish a bidirectional data channel to i… 53 …called in the frontend code. This API is used to request users to access streaming media devices (… 55 - Check whether ServiceWorker APIs are called in the frontend code. This mechanism is used to imple…
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/HotspotManagerDoc/ |
H A D | HotspotManager功能界面使用说明文档.md | 102 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 118 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 134 - @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 153 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 170 - @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 186 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 214 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 240 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 266 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application.
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | errorcode-hiappevent.md | 15 - The **write** API is called to perform application event logging, but the system ignores related … 16 - The **setEventParam** API is called to set custom event parameters, but the system ignores the ca… 41 - The **write** API is called to perform application event logging, but the system ignores related … 42 - The **setEventParam** API is called to set custom event parameters, but the system ignores the ca… 64 - The **write** API is called to perform application event logging, but the system ignores related … 65 - The **setEventParam** API is called to set custom event parameters, but the system ignores the ca… 105 - The **write** API is called to perform application event logging, but the system ignores related … 106 - The **setEventParam** API is called to set custom event parameters, but the system ignores the ca… 125 - The **write** API is called to perform application event logging but the system ignores related e… 126 - The **setEventParam** API is called to set custom event parameters, but the system ignores the ca… [all …]
|
H A D | errorcode-hisysevent-sys.md | 15 This error code is reported if the **write** API is called to perform system event logging but the … 37 This error code is reported if the **write** API is called to perform system event logging but the … 59 This error code is reported if the **write** API is called to perform system event logging but the … 78 This error code is reported if the **write** API is called to perform system event logging but the … 172 This error code is reported if the **addWatcher** API is called to add an event watcher but the sys… 190 This error code is reported if the **addWatcher** API is called to add an event watcher but the sys… 208 This error code is reported if the **removeWatcher** API is called to remove an event watcher but t… 227 This error code is reported if the **query** API is called to query system events but the system ig… 247 This error code is reported if the **query** API is called to query system events but the system ig… 285 This error code is reported if the **query** API is called to query system events but the system ig… [all …]
|
H A D | errorcode-hiviewdfx-hicollie.md | 11 Wrong thread context.The function can not be called from main thread. 14 The API fails to be called from the thread. 18 The API cannot be called from the main thread. 31 The API fails to be called for the remote service.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/full_update/ |
H A D | observed_objects_properties_array1.ts | 88 test("parentView: propertyHasChanged called", parentViewSpy.called); 101 test("childViews propertyHasChanged", childViewsSpys[3].called); 104 childViewsSpys[3].called = false; 105 parentViewSpy.called = false; 109 test("parentView propertyHasChanged", parentViewSpy.called);
|
H A D | view_test.ts | 272 test(`parentView.aPropertyHasChanged was called`, spyParentPropertyHasChanged.called) 273 test(`childView.aPropertyHasChanged was called`, spyChildPropertyHasChanged.called) 275 test(`parentView.aPropertyHasBeenRead was called`, spyParentPropertyHasBeenRead.called) 276 test(`childView.aPropertyHasBeenRead was called`, spyChildPropertyHasBeenRead.called) 297 test(`parentView.propertyHasChanged was NOT called`, !spyParentPropertyHasChanged.called) 309 test(`childView.aPropertyHasChanged was NOT called`, !spyChildaPropertyHasChanged.called) 318 test(`aboutToBeDeleted was called on childView.__link`, spyChildLinkAboutToBeDeleted.called); 319 test(`aboutToBeDeleted was called on childView.__prop`, spyChildPropAboutToBeDeleted.called);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/partial_update/ |
H A D | observed_objects_properties_array1.ts | 88 test("parentView: propertyHasChanged called", parentViewSpy.called); 101 test("childViews propertyHasChanged", childViewsSpys[3].called); 104 childViewsSpys[3].called = false; 105 parentViewSpy.called = false; 109 test("parentView propertyHasChanged", parentViewSpy.called);
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.22/ |
H A D | changelogs-multimedia.md | 48 …ng, float, double, string, and buffer). When an incorrect **Set** API is called to pass in a value… 52 …ge is a compatibility change. The **Set** API returns **false** only when it is incorrectly called. 66 | OH_AVFormat_SetIntValue | If this API is called to set a parameter of the non-int type, an err… 67 | OH_AVFormat_SetLongValue | If this API is called to set a parameter of the non-long type, an er… 68 | OH_AVFormat_SetFloatValue | If this API is called to set a parameter of the non-float type, an e… 69 | OH_AVFormat_SetDoubleValue | If this API is called to set a parameter of the non-double type, an … 70 | OH_AVFormat_SetStringValue | If this API is called to set a parameter of the non-string type, an … 71 | OH_AVFormat_SetBuffer | If this API is called to set a parameter of the non-buffer type, an …
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-wantConstant-sys.md | 25 … the sandbox flag.<br>**System API**: This is a system API and cannot be called by third-party app… 26 …e DLP bundle name.<br>**System API**: This is a system API and cannot be called by third-party app… 27 …e DLP module name.<br>**System API**: This is a system API and cannot be called by third-party app… 28 … DLP ability name.<br>**System API**: This is a system API and cannot be called by third-party app… 29 …ing the DLP index.<br>**System API**: This is a system API and cannot be called by third-party app… 30 …f the AssertFault.<br>**System API**: This is a system API and cannot be called by third-party app…
|
H A D | js-apis-inner-application-eventHub.md | 25 console.log('eventFunc is called'); 86 // eventFunc is called, value: undefined 96 console.log(`eventFunc is called, value: ${this.value}`); 127 // anonymous eventFunc is called, value: 12 137 console.log(`eventFunc is called, value: ${this.value}`); 191 console.log('eventFunc1 is called'); 195 console.log('eventFunc2 is called'); 239 // eventFunc is called,undefined,undefined 242 // eventFunc is called,1,undefined 245 // eventFunc is called,1,2 [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | errorcode-nfc.md | 59 When the API is called, the application of the card read page is not running in the foreground. 65 1. The API can be called only by the page in the foreground. 71 The off() can be called only when the on() has been called. 75 The off() API can be called only after on() is called. 128 1. The parameter values of the active NFC tag do not match the API called. 132 1. Check that the active NFC tag parameters match the API called.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-wifiManager-sys.md | 33 | 202 | System API is not allowed called by Non-system application. | 69 | 202 | System API is not allowed called by Non-system application. | 105 | 202 | System API is not allowed called by Non-system application. | 141 | 202 | System API is not allowed called by Non-system application. | 182 | 202 | System API is not allowed called by Non-system application. | 223 | 202 | System API is not allowed called by Non-system application. | 271 | 202 | System API is not allowed called by Non-system application. | 406 | 202 | System API is not allowed called by Non-system application. | 457 | 202 | System API is not allowed called by Non-system application. | 502 | 202 | System API is not allowed called by Non-system application. | [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | _o_h___a_v_screen_capture_callback.md | 26 …ureonerror) [onError](#onerror) | Pointer to a callback function that is called when an error occu… 27 …lable](#onaudiobufferavailable) | Pointer to a callback function that is called when an audio buff… 28 …lable](#onvideobufferavailable) | Pointer to a callback function that is called when a video buffe… 40 Pointer to a callback function that is called when an audio buffer is available during the running … 55 Pointer to a callback function that is called when an error occurs during the running of an **OH_AV… 70 Pointer to a callback function that is called when a video buffer is available during the running o…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | errorcode-image-analyzer.md | 15 This error code is reported when **startImageAnalyzer()** is called while AI image analysis is not … 19 An unsupported API is called. 33 This error code is reported when **startImageAnalyzer()** is called while the previous analysis ses… 37 The API is called at a wrong time.
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIManagerDoc/ |
H A D | WIFIManager功能界面使用说明文档.md | 294 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 358 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 444 - @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 463 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 482 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 516 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 533 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 549 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 582 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. 632 * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. [all …]
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-compiler-runtime.md | 12 …. The prototype chain does not contain the instance method. Therefore, the object cannot be called. 20 ## What should I do to prevent unexpected error behavior when **napi_call_function** is called agai… 24 When **napi_call_function** is called to invoke an ArkTs function, a pending exception is captured. 25 … a pending exception, an error will occur when **napi_call_function** is called next time and the … 29 If an error occurs when a native method using **napi_call_function** is called by ArkTS, throw jscr… 30 If an exception occurs when **napi_call_function** is called, return a response in time. 36 Theoretically, an exception may occur when a Node-API interface is called. For critical service pro…
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | errorcode-inputmethod-framework.md | 15 …s **getInputMethods** and **listCurrentInputMethodSubtype**, fails to be called to obtain informat… 33 This error code is reported when an input method API fails to be called. 51 This error code is reported when the API for showing or hiding the keyboard fails to be called by a… 71 This error code is reported when an API exclusive to input methods is called by an application of a… 75 An API that can be called only by an input method is called by an application of another type. 143 …is reported when an API of the [input method framework](js-apis-inputmethod.md) fails to be called. 183 The API is called by an application other than the preconfigured default input method. 187 … input method. If the application does not use the default input method, this API cannot be called. 205 …dengine.md#editorattribute). If **isTextPreviewSupported** is **false**, this API cannot be called. 237 After the API is called, the system uses the capabilities of the window manager module. This error …
|
H A D | inputmethod__text__editor__proxy__capi_8h.md | 25 …extConfig](_input_method.md#inputmethod_textconfig) \*config) | Function called when the input met… 26 …oxy) \*textEditorProxy, const char16_t \*text, size_t length) | Function called when the input met… 27 …putmethod_texteditorproxy) \*textEditorProxy, int32_t length) | Function called when the input met… 28 …putmethod_texteditorproxy) \*textEditorProxy, int32_t length) | Function called when the input met… 30 …ype](_input_method.md#inputmethod_enterkeytype) enterKeyType) | Function called when the Enter key… 31 …Direction](_input_method.md#inputmethod_direction) direction) | Function called when the cursor is… 32 …xteditorproxy) \*textEditorProxy, int32_t start, int32_t end) | Function called when the input met… 34 …ditorProxy, int32_t number, char16_t text[], size_t \*length) | Function called when the input met… 36 …put_method.md#inputmethod_texteditorproxy) \*textEditorProxy) | Function called when the input met… 38 …t char16_t text[], size_t length, int32_t start, int32_t end) | Function called when the input met… [all …]
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | page-mission-stack.md | 6 …se pages. The redirection relationship inside the UIAbility component is called page stack, which … 13 …-application-uiAbilityContext.md#uiabilitycontextstartability) method is called to start UIAbility… 15 …r](../reference/apis-arkui/arkui-ts/ts-container-navigator.md) method is called to redirect you to… 17 …r](../reference/apis-arkui/arkui-ts/ts-container-navigator.md) method is called to redirect you to… 19 …-application-uiAbilityContext.md#uiabilitycontextstartability) method is called to start UIAbility… 21 …r](../reference/apis-arkui/arkui-ts/ts-container-navigator.md) method is called to redirect you to… 23 …r](../reference/apis-arkui/arkui-ts/ts-container-navigator.md) method is called to redirect you to…
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | mission-management-overview.md | 92 hilog.info(DOMAIN_NUMBER, TAG, 'getMissionInfos is called, error = ' + JSON.stringify(error)); 131 … hilog.info(DOMAIN_NUMBER, TAG, 'getMissionSnapShot is called, error = ' + JSON.stringify(error)); 143 …hilog.info(DOMAIN_NUMBER, TAG, 'getLowResolutionMissionSnapShot is called, error = ' + JSON.string… 153 hilog.info(DOMAIN_NUMBER, TAG, 'lockMission is called '); 162 hilog.info(DOMAIN_NUMBER, TAG, 'unlockMission is called '); 168 hilog.info(DOMAIN_NUMBER, TAG, 'moveMissionToFront is called '); 177 hilog.info(DOMAIN_NUMBER, TAG, 'clearMission is called ');
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-quick-switch-short-video.md | 187 …Logger.info(TAG, 'AVPlayer state idle called.' + `this.curIndex:${this.curIndex}` + `this.index:${… 191 …'AVPlayer state initialized called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index… 197 …'AVPlayer state prepared called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}`); 211 …'AVPlayer state completed called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}`… 216 … 'AVPlayer state playing called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}` + 222 … 'AVPlayer state paused called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}`); 226 … 'AVPlayer state stopped called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}`); 230 …'AVPlayer state released called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}`); 234 …'AVPlayer state released called.' + `this.curIndex:${this.curIndex}` + `this.index:${this.index}`); 238 Logger.info(TAG, 'AVPlayer state unknown called.' + state);
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | streaming-media-playback-development-guide.md | 84 consle.info('availableBitrates called, and availableBitrates length is: ' + bitrates.length); 95 consle.info('bitrateDone called, and bitrate value is: ' + bitrate); 204 console.info('AVPlayer state idle called.'); 208 console.info('AVPlayer state initialized called.'); 213 console.info('AVPlayer state prepared called.'); 217 console.info('AVPlayer state playing called.'); 220 console.info('AVPlayer state paused called.'); 223 console.info('AVPlayer state completed called.'); 227 console.info('AVPlayer state stopped called.'); 231 console.info('AVPlayer state released called.'); [all …]
|