/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-system-file.md | 37 fail返回错误代码: 86 fail返回错误代码: 150 fail返回错误代码: 209 fail返回错误代码: 257 fail返回错误代码: 308 fail返回错误代码: 359 fail返回错误代码: 416 fail返回错误代码: 473 fail返回错误代码: 523 fail返回错误代码: [all …]
|
/ohos5.0/base/startup/hvb/libhvb/src/auth/ |
H A D | hvb.c | 40 goto fail; in hvb_init_verified_data() 46 goto fail; in hvb_init_verified_data() 55 goto fail; in hvb_init_verified_data() 65 fail: in hvb_init_verified_data() 84 goto fail; in hvb_rvt_verify_root() 91 goto fail; in hvb_rvt_verify_root() 97 goto fail; in hvb_rvt_verify_root() 100 fail: in hvb_rvt_verify_root() 145 goto fail; in hvb_walk_verify_nodes() 183 fail: in hvb_walk_verify_nodes() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-system-brightness.md | 40 fail: (data: string, code: number) => { 41 console.error('get brightness fail, code: ' + code + ', data: ' + data); 69 fail: (data: string, code: number) => { 70 console.error('handling set brightness value fail, code:' + code + ', data: ' + data); 97 fail: (data: string, code: number) => { 98 console.error('handling get mode fail, code:' + code + ', data: ' + data); 125 fail: (data: string, code: number) => { 126 console.error('handling set mode fail, code:' + code + ', data: ' + data); 156 fail: (data: string, code: number) => { 157 console.error('handling set keep screen on fail, code:' + code + ', data: ' + data); [all …]
|
H A D | js-apis-system-request.md | 53 fail: (data:string, code:number) => { 54 console.info(' upload fail data: ' + data + 'code: ' + code); 83 | fail | Function | 否 | 接口调用失败的回调函数。 | 91 **fail参数:** 160 fail: (data:string, code:number) => { 161 console.info(' download fail data: ' + data + 'code: ' + code); 188 | fail | Function | 否 | 接口调用失败的回调函数。 | 196 **fail参数:** 235 fail: (data:string, code:number) => { 255 | fail | Function | 否 | 接口调用失败的回调函数。 | [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-system-storage.md | 41 fail: function(data, code) { 42 console.log('call storage.get fail, code: ' + code + ', data: ' + data); 77 fail: function(data, code) { 78 console.log('call storage.set fail, code: ' + code + ', data: ' + data); 108 fail: function(data, code) { 109 console.log('call storage.clear fail, code: ' + code + ', data: ' + data); 140 fail: function(data, code) { 157 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数,data为错误信息,code为错误码。 | 170 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数,data为错误信息,code为错误码。 | 181 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数,data为错误信息,code为错误码。 | [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/system_storage/src/ |
H A D | SystemStorageJsunit.test.js | 31 fail: function (data, errCode) { 177 fail: async function (data, err) { 209 fail: async function (data, err) { 273 fail: async function (data, err) { 300 fail: async function (data, err) { 344 fail: async function (data, err) { 353 fail: async function (data, err) { 384 fail: async function () { 393 fail: async function (data, err) { 428 fail:async function () { [all …]
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-effect-guidelines.md | 56 CHECK_AND_RETURN_LOG(filter != nullptr, "OH_ImageEffect_AddFilter fail!"); 98 …RETURN_LOG(errorCode == ImageEffect_ErrorCode::EFFECT_SUCCESS, "OH_ImageEffect_SetInputUri fail!"); 102 …ETURN_LOG(errorCode == ImageEffect_ErrorCode::EFFECT_SUCCESS, "OH_ImageEffect_SetOutputUri fail!"); 144 CHECK_AND_RETURN_LOG(res == 0, "OH_NativeWindow_CreateNativeWindowFromSurfaceId fail!"); 158 CHECK_AND_RETURN_LOG(res == 0, "OH_NativeWindow_GetSurfaceId fail!"); 169 …K_AND_RETURN_LOG(errorCode == ImageEffect_ErrorCode::EFFECT_SUCCESS, "OH_ImageEffect_Start fail!"); 177 …CK_AND_RETURN_LOG(errorCode == ImageEffect_ErrorCode::EFFECT_SUCCESS, "OH_ImageEffect_Stop fail!"); 185 …CK_AND_RETURN_LOG(errorCode == ImageEffect_ErrorCode::EFFECT_SUCCESS, "OH_ImageEffect_Save fail!"); 324 CHECK_AND_RETURN_LOG(customFilterInfo != nullptr, "OH_EffectFilter_GetValue fail!"); 343 …D_RETURN_LOG(errorCode == ImageEffect_ErrorCode::EFFECT_SUCCESS, "OH_EffectFilter_Register fail!"); [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-system-file.md | 57 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 106 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 169 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 228 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 276 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 327 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 378 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 436 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 494 console.error('call fail callback fail, code: ' + code + ', data: ' + data); 542 console.error('call fail callback fail, code: ' + code + ', data: ' + data); [all …]
|
/ohos5.0/base/powermgr/battery_lite/interfaces/kits/js/ |
H A D | @system.battery.d.ts | 33 fail?: (data: string, code: number) => void; 50 fail?: (data: string, code: number) => void; 72 fail?: (data: string, code: number) => void; 94 fail?: (data: string, code: number) => void; 116 fail?: (data: string, code: number) => void; 138 fail?: (data: string, code: number) => void; 160 fail?: (data: string, code: number) => void;
|
/ohos5.0/base/powermgr/battery_lite/test/ |
H A D | battery_test.js | 21 fail: function(data, code) { 30 fail: function(data, code) { 39 fail: function(data, code) { 48 fail: function(data, code) { 57 fail: function(data, code) { 66 fail: function(data, code) { 75 fail: function(data, code) {
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-service.md | 290 | INIT_EFORMAT | 2 | Format string fail | 字符串格式化错误 | 293 | INIT_EFORK | 5 | Fork fail | fork子进程失败 | 294 | INIT_ESANDBOX | 6 | Create sandbox fail | 服务进沙盒失败 | 297 | INIT_EFILE | 9 | Create file fail | 创建文件失败 | 302 | INIT_EGIDSET | 14 | Set gid fail | 设置服务gid失败 | 303 | INIT_ESECCOMP | 15 | Set SECCOMP fail | 设置服务安全策略 | 304 | INIT_EUIDSET | 16 | Set uid fail | 设置服务uid失败 | 305 | INIT_ECAP | 17 | Set capability fail | 设置服务capability失败 | 307 | INIT_ECONTENT | 19 | Set sub content fail | 设置服务安全上下文失败 | 308 | INIT_EPRIORITY | 20 | Set priority fail | 设置服务优先级失败 | [all …]
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-rtc-des.md | 95 HDF_LOGE("open rtc fail!"); 135 HDF_LOGE("RTC Alarm callback function fail!\n"); 221 HDF_LOGE("write time fail, ret:%d", ret); 253 HDF_LOGE("read alarm fail, ret:%d", ret); 296 HDF_LOGE("write alarm fail, ret:%d", ret); 358 HDF_LOGE("get freq fail, ret:%d", ret); 388 HDF_LOGE("set freq fail, ret:%d", ret); 417 HDF_LOGE("reset fail, ret:%d", ret); 450 HDF_LOGE("read reg fail, ret:%d", ret); 483 HDF_LOGE("write reg fail, ret:%d", ret); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/ |
H A D | js-apis-system-location.md | 50 fail: function(data, code) { 51 console.info('fail to get location. code:' + code + ', data:' + data); 85 fail: function(data, code) { 86 console.info('fail to get location. code:' + code + ', data:' + data); 122 fail: function(data, code) { 123 console.info('fail to get location. code:' + code + ', data:' + data); 198 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数。data为错误信息,code为错误码。 | 201 fail返回错误代码: 240 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数。 | 271 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数。 | [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-sensor-service-kit/ |
H A D | js-apis-system-sensor.md | 50 fail: (data: string, code: number) => { 99 fail: (data: string, code: number) => { 146 fail: (data: string, code: number) => { 193 fail: (data: string, code: number) => { 242 fail: (data: string, code: number) => { 292 fail: (data: string, code: number) => { 343 fail: (data: string, code: number) => { 393 fail: (data: string, code: number) => { 440 fail: (data: string, code: number) => { 475 fail: (data: string, code: number) => { [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-system-cipher.md | 40 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数。 … 59 | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数。 … 95 fail: function(data, code) { 96 console.log(`### cipher.rsa encrypt fail ### ${code}:${data}`); 128 fail: function(data, code) { 129 console.log(`### cipher.rsa encrypt fail ### ${code}:${data}`); 172 fail: function(data, code) { 173 console.log(`### cipher.rsa encrypt fail ### ${code}:${data}`); 192 fail: function(data, code) { 193 console.log(`### cipher.aes encrypt fail ### ${code}:${data}`);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-system-bluetooth.md | 31 | fail | Function | 否 | 接口调用失败的回调函数。 | 42 fail(code, data) { 64 | fail | Function | 否 | 接口调用失败的回调函数。 | 74 fail(data, code) { 75 console.log('call bluethooth.stopBLEScan fail, code:' + code + ', data:' + data); 96 | fail | Function | 否 | 接口调用失败的回调函数。 | 121 fail(data, code) {
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/builtin/src/ |
H A D | cipher_module.cpp | 31 JSIValue fail = JSI::GetNamedProperty(args[0], CB_FAIL); in Rsa() local 47 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa() 60 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa() 66 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa() 76 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa() 89 JSI::ReleaseValueList(success, fail, complete, result, code, data, ARGS_END); in Rsa() 104 JSIValue fail = JSI::GetNamedProperty(args[0], CB_FAIL); in Aes() local 126 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Aes() 137 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Aes() 143 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Aes() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_audio/ |
H A D | hisysevent.yaml | 77 __BASE: {type: FAULT, level: CRITICAL, desc: daudio sa start fail occured} 79 ERRCODE: {type: INT32, desc: daudio init fail error code} 80 MSG: {type: STRING, desc: daudio sa start fail info} 84 __BASE: {type: FAULT, level: CRITICAL, desc: daudio register fail occured} 87 ERRCODE: {type: INT32, desc: daudio register fail error code} 88 MSG: {type: STRING, desc: daudio register fail info} 94 ERRCODE: {type: INT32, desc: daudio unregister fail error code} 95 MSG: {type: STRING, desc: daudio unregister fail info} 98 __BASE: {type: FAULT, level: CRITICAL, desc: daudio operate fail occured} 99 ERROR_CODE: {type: INT32, desc: daudio init process fail error code} [all …]
|
/ohos5.0/base/startup/hvb/libhvb/src/cmdline/ |
H A D | hvb_cmdline.c | 112 goto fail; in hvb_creat_cmdline() 119 goto fail; in hvb_creat_cmdline() 123 goto fail; in hvb_creat_cmdline() 129 goto fail; in hvb_creat_cmdline() 145 goto fail; in hvb_creat_cmdline() 152 goto fail; in hvb_creat_cmdline() 155 fail: in hvb_creat_cmdline()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-system-network.md | 27 fail?: (data: any, code: number) => void;<br> 40 | fail | Function | 否 | 接口调用失败的回调函数。 | 43 fail返回值: 68 fail?: (data: any, code: number) => void;<br> 80 | fail | Function | 否 | 接口调用失败的回调函数。 | 82 fail返回值:
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-battery.md | 25 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:6|@system.battery.d.ts| 33 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 38 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 44 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 49 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 54 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-battery.md | 26 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:6|@system.battery.d.ts| 34 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 39 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 45 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 50 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts| 55 |废弃版本有变化|方法名 or 属性名:fail<br>废弃版本:9|方法名 or 属性名:fail<br>废弃版本:7|@system.brightness.d.ts|
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw | 25 fail() { 34 …fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in … 38 …which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' comm… 43 fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}"
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/ |
H A D | hvigorw | 38 fail() { 47 …fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in … 51 …which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' comm… 56 fail "ERROR: Couldn't find hvigor/hvigor-wrapper.js in ${HVIGOR_APP_HOME}"
|
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/storage/storage03/ |
H A D | index.js | 32 fail: function(data, code) { 48 fail: function(data, code) { 62 fail: function(data, code) { 78 fail: function(data, code) { 94 fail: function(data, code) {
|