Home
last modified time | relevance | path

Searched refs:isCallerDied (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H A Dconnection_state_manager_test.cpp183 bool isCallerDied = false; in HWTEST_F() local
184 manager_->RemoveConnection(connectionRecord, isCallerDied); in HWTEST_F()
198 bool isCallerDied = false; in HWTEST_F() local
200 manager_->RemoveConnection(connectionRecord, isCallerDied); in HWTEST_F()
215 bool isCallerDied = true; in HWTEST_F() local
217 manager_->RemoveConnection(connectionRecord, isCallerDied); in HWTEST_F()
232 bool isCallerDied = false; in HWTEST_F() local
234 manager_->RemoveConnection(connectionRecord, isCallerDied); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h106 void CompleteDisconnect(int resultCode, bool isCallerDied, bool isTargetDied = false);
H A Dconnection_state_manager.h82 * @param isCallerDied whether caller was died.
84 void RemoveConnection(std::shared_ptr<ConnectionRecord> connectionRecord, bool isCallerDied);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_record.cpp171 void ConnectionRecord::CompleteDisconnect(int resultCode, bool isCallerDied, bool isTargetDied) in CompleteDisconnect() argument
195 DelayedSingleton<ConnectionStateManager>::GetInstance()->RemoveConnection(shared_from_this(), isCallerDied); in CompleteDisconnect() local
H A Dconnection_state_manager.cpp113 bool isCallerDied) in RemoveConnection()
126 if (isCallerDied) { in RemoveConnection()
112 RemoveConnection(std::shared_ptr<ConnectionRecord> connectionRecord, bool isCallerDied) RemoveConnection() argument

Completed in 4 milliseconds