Home
last modified time | relevance | path

Searched defs:strCode (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/prompt/
Djs_prompt.cpp444 std::string strCode = std::to_string(Framework::ERROR_CODE_INTERNAL_ERROR); in JSPromptShowDialog() local
475 std::string strCode = std::to_string(Framework::ERROR_CODE_INTERNAL_ERROR); in JSPromptShowDialog() local
765 std::string strCode = std::to_string(Framework::ERROR_CODE_INTERNAL_ERROR); in JSPromptShowActionMenu() local
794 std::string strCode = std::to_string(Framework::ERROR_CODE_INTERNAL_ERROR); in JSPromptShowActionMenu() local
/foundation/arkui/ace_engine/interfaces/napi/kits/router/
Djs_router.cpp298 std::string strCode = std::to_string(errCode); in JSRouterPushWithCallback() local
333 std::string strCode = std::to_string(Framework::ERROR_CODE_INTERNAL_ERROR); in JSRouterPushWithCallback() local
495 std::string strCode = std::to_string(errCode); in JSRouterReplaceWithCallback() local
530 std::string strCode = std::to_string(Framework::ERROR_CODE_INTERNAL_ERROR); in JSRouterReplaceWithCallback() local
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
Dnapi_utils.cpp52 std::string strCode = std::to_string(errCode); in NapiThrow() local