Home
last modified time | relevance | path

Searched refs:assertSessionStr (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H A Djs_ability_manager.cpp242 std::string assertSessionStr; in OnNotifyDebugAssertResult() local
243 if (!ConvertFromJsValue(env, argv[INDEX_ZERO], assertSessionStr) || !CheckIsNumString(assertSessionStr)) { in OnNotifyDebugAssertResult()
248 uint64_t assertSessionId = std::stoull(assertSessionStr); in OnNotifyDebugAssertResult()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_cache_manager.cpp234 auto assertSessionStr = (*it)->GetWant().GetStringParam(Want::PARAM_ASSERT_FAULT_SESSION_ID); in FindRecordBySessionId() local
235 if (assertSessionStr == assertSessionId) { in FindRecordBySessionId()
H A Dability_connect_manager.cpp2276 auto assertSessionStr = want.GetStringParam(Want::PARAM_ASSERT_FAULT_SESSION_ID); in HandleNotifyAssertFaultDialogDied() local
2277 if (!CheckIsNumString(assertSessionStr)) { in HandleNotifyAssertFaultDialogDied()
2278 TAG_LOGE(AAFwkTag::ABILITYMGR, "assertSessionStr not number"); in HandleNotifyAssertFaultDialogDied()
2287 callbackDeathMgr->CallAssertFaultCallback(std::stoull(assertSessionStr)); in HandleNotifyAssertFaultDialogDied()
2301 auto assertSessionStr = item.second->GetWant().GetStringParam(Want::PARAM_ASSERT_FAULT_SESSION_ID); in CloseAssertDialog() local
2302 if (assertSessionStr == assertSessionId) { in CloseAssertDialog()

Completed in 12 milliseconds