Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_record.cpp48 auto connRecord = std::make_shared<ConnectionRecord>(callerToken, targetService, connCallback); in CreateConnectionRecord() local
H A Dability_record.cpp2033 void AbilityRecord::AddConnectRecordToList(const std::shared_ptr<ConnectionRecord> &connRecord) in AddConnectRecordToList()
2054 void AbilityRecord::RemoveConnectRecordFromList(const std::shared_ptr<ConnectionRecord> &connRecord) in RemoveConnectRecordFromList()
H A Dability_connect_manager.cpp1999 for (auto &connRecord : connectRecordList) { in HandleCallBackDiedTask() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_connreporter.c239 ConnResultRecord *connRecord = &connResultRecord[connType]; in InitConnResultRecord() local