Home
last modified time | relevance | path

Searched refs:AddConnectionInner (Results 1 – 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
Dconnection_state_manager.h192 bool AddConnectionInner(std::shared_ptr<ConnectionRecord> connectionRecord,
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dconnection_state_manager.cpp108 if (!AddConnectionInner(connectionRecord, connectionData)) { in AddConnection()
323 bool ConnectionStateManager::AddConnectionInner(std::shared_ptr<ConnectionRecord> connectionRecord, in AddConnectionInner() function in OHOS::AAFwk::ConnectionStateManager
/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
Dconnection_state_manager_test.cpp612 bool res = manager_->AddConnectionInner(connectionRecord, data);