Home
last modified time | relevance | path

Searched defs:connectionRecord (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H A Dconnection_state_manager_test.cpp151 std::shared_ptr<ConnectionRecord> connectionRecord = nullptr; variable
166 auto connectionRecord = variable
182 std::shared_ptr<ConnectionRecord> connectionRecord = nullptr; variable
197 std::shared_ptr<ConnectionRecord> connectionRecord = nullptr; variable
213 auto connectionRecord = variable
230 auto connectionRecord = variable
613 std::shared_ptr<ConnectionRecord> connectionRecord = variable
632 std::shared_ptr<ConnectionRecord> connectionRecord = variable
652 std::shared_ptr<ConnectionRecord> connectionRecord = variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_manager.cpp92 void ConnectionStateManager::AddConnection(std::shared_ptr<ConnectionRecord> connectionRecord) in AddConnection()
112 void ConnectionStateManager::RemoveConnection(std::shared_ptr<ConnectionRecord> connectionRecord, in RemoveConnection()
324 bool ConnectionStateManager::AddConnectionInner(std::shared_ptr<ConnectionRecord> connectionRecord, in AddConnectionInner()
348 bool ConnectionStateManager::RemoveConnectionInner(std::shared_ptr<ConnectionRecord> connectionReco… in RemoveConnectionInner()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp148 auto connectionRecord = std::make_shared<ConnectionRecord>(token, targetService, connect); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H A Dability_record_module_test.cpp429 auto connectionRecord = ConnectionRecord::CreateConnectionRecord(nullptr, nullptr, nullptr); variable