Searched refs:assertSessionId (Results 1 – 8 of 8) sorted by relevance
88 std::shared_ptr<AbilityRecord> FindRecordBySessionId(const std::string &assertSessionId);
326 void CloseAssertDialog(const std::string &assertSessionId);
2414 void CloseAssertDialog(const std::string &assertSessionId);
219 …d_ptr<AbilityRecord> AbilityCacheManager::FindRecordBySessionId(const std::string &assertSessionId) in FindRecordBySessionId() argument225 if (assertSessionStr == assertSessionId) { in FindRecordBySessionId()
2274 void AbilityConnectManager::CloseAssertDialog(const std::string &assertSessionId) in CloseAssertDialog() argument2286 if (assertSessionStr == assertSessionId) { in CloseAssertDialog()2294 abilityRecord = AbilityCacheManager::GetInstance().FindRecordBySessionId(assertSessionId); in CloseAssertDialog()
3749 uint64_t assertSessionId = data.ReadUint64(); in NotifyDebugAssertResultInner() local3751 auto result = NotifyDebugAssertResult(assertSessionId, static_cast<AAFwk::UserStatus>(status)); in NotifyDebugAssertResultInner()
11292 void AbilityManagerService::CloseAssertDialog(const std::string &assertSessionId) in CloseAssertDialog() argument11302 connectManager->CloseAssertDialog(assertSessionId); in CloseAssertDialog()11345 auto callbackTask = [weak = weak_from_this()] (const std::string &assertSessionId) { in RequestAssertFaultDialog() argument11351 abilityMgr->CloseAssertDialog(assertSessionId); in RequestAssertFaultDialog()
248 uint64_t assertSessionId = std::stoull(assertSessionStr); in OnNotifyDebugAssertResult() local249 if (assertSessionId == 0) { in OnNotifyDebugAssertResult()262 [assertSessionId, userStatus](napi_env env, NapiAsyncTask &task, int32_t status) { in OnNotifyDebugAssertResult()269 …auto ret = amsClient->NotifyDebugAssertResult(assertSessionId, static_cast<AAFwk::UserStatus>(user… in OnNotifyDebugAssertResult()