Home
last modified time | relevance | path

Searched refs:AddConnectionInner (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_state_manager.h198 bool AddConnectionInner(std::shared_ptr<ConnectionRecord> connectionRecord,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_manager.cpp105 if (!AddConnectionInner(connectionRecord, connectionData)) { in AddConnection()
324 bool ConnectionStateManager::AddConnectionInner(std::shared_ptr<ConnectionRecord> connectionRecord, in AddConnectionInner() function in OHOS::AAFwk::ConnectionStateManager
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp217 connectionStateManager->AddConnectionInner(connectionRecord, connectionData); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H A Dconnection_state_manager_test.cpp605 * Function: AddConnectionInner
607 * FunctionPoints: ConnectionStateManager AddConnectionInner
609 * CaseDescription: Verify AddConnectionInner
618 bool res = manager_->AddConnectionInner(connectionRecord, data); in HWTEST_F()

Completed in 3 milliseconds