Home
last modified time | relevance | path

Searched refs:callbackFail (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/test/unittest/flashd_test/
H A Dflashd_unittest.cpp64 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in HWTEST_F() local
67 commander = Flashd::CommanderFactory::GetInstance().CreateCommander(Hdc::CMDSTR_FORMAT_PARTITION, callbackFail); in HWTEST_F()
98 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in HWTEST_F() local
101 commander = Flashd::CommanderFactory::GetInstance().CreateCommander(Hdc::CMDSTR_UPDATE_SYSTEM, callbackFail); in HWTEST_F()
132 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in HWTEST_F() local
135 commander = Flashd::CommanderFactory::GetInstance().CreateCommander(Hdc::CMDSTR_ERASE_PARTITION, callbackFail); in HWTEST_F()
166 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in HWTEST_F() local
169 commander = Flashd::CommanderFactory::GetInstance().CreateCommander(Hdc::CMDSTR_FLASH_PARTITION, callbackFail); in HWTEST_F()
308 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in HWTEST_F() local
311 commander = Flashd::CommanderFactory::GetInstance().CreateCommander(Hdc::CMDSTR_UPDATE_SYSTEM, callbackFail); in HWTEST_F()
338 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { HWTEST_F() local
383 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { HWTEST_F() local
412 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { HWTEST_F() local
434 auto callbackFail = [&ret](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { HWTEST_F() local
[all...]
/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp31 napi_ref callbackFail = nullptr; member
157 status = napi_create_reference(env, failFunc, 1, &callback->callbackFail); in CreateCallbackReference()
496 napi_get_reference_value(env, asyncContext->callbackFail, &callback); in SetFail()
498 napi_delete_reference(env, asyncContext->callbackFail); in SetFail()
597 napi_delete_reference(env, asyncContext->callback->callbackFail); in JSCipherRsa()
646 napi_delete_reference(env, asyncContext->callback->callbackFail); in JSCipherAes()

Completed in 3 milliseconds