Searched refs:assertSessionStr (Results 1 – 3 of 3) sorted by relevance
224 … auto assertSessionStr = (*it)->GetWant().GetStringParam(Want::PARAM_ASSERT_FAULT_SESSION_ID); in FindRecordBySessionId() local225 if (assertSessionStr == assertSessionId) { in FindRecordBySessionId()
2260 auto assertSessionStr = want.GetStringParam(Want::PARAM_ASSERT_FAULT_SESSION_ID); in HandleNotifyAssertFaultDialogDied() local2261 if (!CheckIsNumString(assertSessionStr)) { in HandleNotifyAssertFaultDialogDied()2271 callbackDeathMgr->CallAssertFaultCallback(std::stoull(assertSessionStr)); in HandleNotifyAssertFaultDialogDied()2285 …auto assertSessionStr = item.second->GetWant().GetStringParam(Want::PARAM_ASSERT_FAULT_SESSION_ID); in CloseAssertDialog() local2286 if (assertSessionStr == assertSessionId) { in CloseAssertDialog()
242 std::string assertSessionStr; in OnNotifyDebugAssertResult() local243 …if (!ConvertFromJsValue(env, argv[INDEX_ZERO], assertSessionStr) || !CheckIsNumString(assertSessio… in OnNotifyDebugAssertResult()248 uint64_t assertSessionId = std::stoull(assertSessionStr); in OnNotifyDebugAssertResult()