Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp630 std::list<uint64_t> stubIndexs = current->DetachAppAuthInfoBySocketId(socketId); in OnDatabusSessionServerSideClosed() local
632 for (auto it = stubIndexs.begin(); it != stubIndexs.end(); it++) { in OnDatabusSessionServerSideClosed()