Searched refs:isCallerDied (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/ |
H A D | connection_state_manager_test.cpp | 183 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 D | connection_record.h | 106 void CompleteDisconnect(int resultCode, bool isCallerDied, bool isTargetDied = false);
|
H A D | connection_state_manager.h | 82 * @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 D | connection_record.cpp | 171 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 D | connection_state_manager.cpp | 113 bool isCallerDied) in RemoveConnection() 126 if (isCallerDied) { in RemoveConnection() 112 RemoveConnection(std::shared_ptr<ConnectionRecord> connectionRecord, bool isCallerDied) RemoveConnection() argument
|
Completed in 4 milliseconds