Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 52) sorted by relevance

123

/base/powermgr/battery_lite/interfaces/kits/js/
D@system.battery.d.ts33 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/
Dbattery_test.js21 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/
Dhvb.c82 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/
Dhvb_cmdline.c112 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/
Dcipher_module.cpp31 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/
Dperm_module.cpp31 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/
Dhvigorw38 fail() {
47fail "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}"
Dhvigorw.bat50 goto fail
63 goto fail
71 :fail label
/base/update/updater/services/ui/
Dupdater_ui_env.cpp110 if (ifs.fail() || ifs.bad()) { in InitBrightness()
124 if (ofs.fail() || ofs.bad()) { in InitBrightness()
/base/useriam/face_auth/frameworks/js/napi/src/
Dface_auth_napi.cpp170 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/
Dconfig_parse.cpp47 if (readFile.fail()) { in LoadConfigInfo()
/base/theme/wallpaper_mgr/utils/src/
Dfile_deal.cpp62 if (in.fail()) { in CopyFile()
68 if (out.fail()) { in CopyFile()
/base/update/updater/test/unittest/test_data/applypatch/
DTestDecompressGzip.new.gz ... (ret == PKG_SUCCESS, return nullptr, "CreatePackage fail %s", path.c_str()); ...
/base/request/request/
DREADME.md72 …, 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/
Dsystem_battery.cpp150 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/
Dfile_util.cpp100 if (fout.fail()) { in CopyFile()
/base/update/updater/services/diffpatch/patch/
Dupdate_patch.cpp331 if (stream_.fail()) { in Init()
351 if (stream_.fail()) { in Write()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dfile_util.cpp164 if (os.fail()) { in SaveStringToFile()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_constant.cpp157 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/
Ddump_utils.cpp219 if (fout.fail()) { in CopyFile()
/base/telephony/sms_mms/test/unittest/
Dsms_cb_message_test.cpp99 while (std::cin.fail()) { in ProcessTest()
Dsms_gsm_message_test.cpp80 while (std::cin.fail()) { in ProcessTest()
/base/update/updater/services/flashd/
Dflashd_basepkg.bat41 @echo flash %%k fail, please check
/base/update/updateservice/services/core/ability/utils/src/
Dfile_utils.cpp209 if (readFile.fail()) { in ReadDataFromFile()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_entry.cpp646 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()

123