/base/powermgr/battery_lite/interfaces/kits/js/ |
D | @system.battery.d.ts | 33 fail?: (data: string, code: number) => void; property 50 fail?: (data: string, code: number) => void; property 72 fail?: (data: string, code: number) => void; property 94 fail?: (data: string, code: number) => void; property 116 fail?: (data: string, code: number) => void; property 138 fail?: (data: string, code: number) => void; property 160 fail?: (data: string, code: number) => void; property
|
/base/powermgr/battery_lite/test/ |
D | battery_test.js | 21 fail: function(data, code) { method 30 fail: function(data, code) { method 39 fail: function(data, code) { method 48 fail: function(data, code) { method 57 fail: function(data, code) { method 66 fail: function(data, code) { method 75 fail: function(data, code) { method
|
/base/startup/hvb/libhvb/src/auth/ |
D | hvb.c | 82 goto fail; in hvb_rvt_verify_root() 89 goto fail; in hvb_rvt_verify_root() 95 goto fail; in hvb_rvt_verify_root() 98 fail: in hvb_rvt_verify_root() 135 goto fail; in hvb_walk_verify_nodes() 142 goto fail; in hvb_walk_verify_nodes() 149 goto fail; in hvb_walk_verify_nodes() 155 goto fail; in hvb_walk_verify_nodes() 161 goto fail; in hvb_walk_verify_nodes() 167 goto fail; in hvb_walk_verify_nodes() [all …]
|
/base/startup/hvb/libhvb/src/cmdline/ |
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()
|
/base/security/huks/frameworks/crypto_lite/js/builtin/src/ |
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 …]
|
/base/security/permission_lite/services/js_api/src/ |
D | perm_module.cpp | 31 JSIValue fail = JSI::GetNamedProperty(args[0], CB_FAIL); in CheckSelfPerm() local 40 JSI::CallFunction(fail, thisVal, argv, ARGC_ONE); in CheckSelfPerm() 49 JSI::ReleaseValueList(success, fail, complete, code, ARGS_END); in CheckSelfPerm()
|
/base/useriam/face_auth/ui/Settings_FaceAuth/ |
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}"
|
D | hvigorw.bat | 50 goto fail 63 goto fail 71 :fail label
|
/base/update/updater/services/ui/ |
D | updater_ui_env.cpp | 110 if (ifs.fail() || ifs.bad()) { in InitBrightness() 124 if (ofs.fail() || ofs.bad()) { in InitBrightness()
|
/base/useriam/face_auth/frameworks/js/napi/src/ |
D | face_auth_napi.cpp | 170 napi_value fail = nullptr; in GetResultCodeConstructor() local 171 NAPI_CALL(env, napi_create_int32(env, RESULT_CODE_FAIL, &fail)); in GetResultCodeConstructor() 172 NAPI_CALL(env, napi_set_named_property(env, resultCode, "FAIL", fail)); in GetResultCodeConstructor()
|
/base/update/updateservice/services/core/ability/adapter/src/ |
D | config_parse.cpp | 47 if (readFile.fail()) { in LoadConfigInfo()
|
/base/theme/wallpaper_mgr/utils/src/ |
D | file_deal.cpp | 62 if (in.fail()) { in CopyFile() 68 if (out.fail()) { in CopyFile()
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestDecompressGzip.new.gz | ... (ret == PKG_SUCCESS, return nullptr, "CreatePackage fail %s", path.c_str()); ... |
/base/request/request/ |
D | README.md | 72 …, for example, adding listeners for the **progress**, **complete**, and **fail** events, or suspen… 73 …, for example, adding listeners for the **progress**, **complete**, and **fail** events, or suspen… 74 … example, adding listeners for the **progress**, **headerReceive**, and **fail** events, or removi… 75 … example, adding listeners for the **progress**, **headerReceive**, and **fail** events, or removi… 76 …, for example, adding listeners for the **progress**, **complete**, and **fail** events, or suspen… 77 …, for example, adding listeners for the **progress**, **complete**, and **fail** events, or suspen… 78 … example, adding listeners for the **progress**, **headerReceive**, and **fail** events, or removi… 79 … example, adding listeners for the **progress**, **headerReceive**, and **fail** events, or removi… 87 | on(type: 'fail', callback:(error: number) => void): void | Enables listening for the download… 90 | off(type: 'fail', callback?:(error: number) => void): void | Disables listening for the downloa… [all …]
|
/base/powermgr/battery_manager/frameworks/napi/ |
D | system_battery.cpp | 150 napi_value fail = nullptr; in FailCallback() local 151 napi_get_reference_value(env, failRef_, &fail); in FailCallback() 168 napi_status status = napi_call_function(env, nullptr, fail, argc, argv, &callResult); in FailCallback()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
D | file_util.cpp | 100 if (fout.fail()) { in CopyFile()
|
/base/update/updater/services/diffpatch/patch/ |
D | update_patch.cpp | 331 if (stream_.fail()) { in Init() 351 if (stream_.fail()) { in Write()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
D | file_util.cpp | 164 if (os.fail()) { in SaveStringToFile()
|
/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
D | napi_account_iam_constant.cpp | 157 napi_value fail = nullptr; in ResultCodeConstructor() local 169 NAPI_CALL(env, napi_create_int32(env, ResultCode::FAIL, &fail)); in ResultCodeConstructor() 180 NAPI_CALL(env, napi_set_named_property(env, resultCode, "FAIL", fail)); in ResultCodeConstructor()
|
/base/hiviewdfx/hidumper/frameworks/native/ |
D | dump_utils.cpp | 219 if (fout.fail()) { in CopyFile()
|
/base/telephony/sms_mms/test/unittest/ |
D | sms_cb_message_test.cpp | 99 while (std::cin.fail()) { in ProcessTest()
|
D | sms_gsm_message_test.cpp | 80 while (std::cin.fail()) { in ProcessTest()
|
/base/update/updater/services/flashd/ |
D | flashd_basepkg.bat | 41 @echo flash %%k fail, please check
|
/base/update/updateservice/services/core/ability/utils/src/ |
D | file_utils.cpp | 209 if (readFile.fail()) { in ReadDataFromFile()
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
D | user_auth_entry.cpp | 646 napi_value fail = nullptr; in ResultCodeConstructor() local 659 NAPI_CALL(env, napi_create_int32(env, ResultCode::FAIL, &fail)); in ResultCodeConstructor() 671 NAPI_CALL(env, napi_set_named_property(env, resultCode, "FAIL", fail)); in ResultCodeConstructor() 689 napi_value fail = nullptr; in UserAuthResultCodeConstructor() local 701 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(UserAuthResultCode::FAIL), &fail)); in UserAuthResultCodeConstructor() 715 NAPI_CALL(env, napi_set_named_property(env, resultCode, "FAIL", fail)); in UserAuthResultCodeConstructor()
|