Home
last modified time | relevance | path

Searched defs:exceptSet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp189 unordered_set<string> exceptSet; variable
211 unordered_set<string> exceptSet; variable
249 unordered_set<string> exceptSet; variable
268 unordered_set<string> exceptSet; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c960 SoftBusFdSet *exceptSet, int32_t wakeupTrace) in ProcessSpecifiedListenerNodeEvent()
1040 static void ProcessEvent(SoftBusFdSet *readSet, SoftBusFdSet *writeSet, SoftBusFdSet *exceptSet, in ProcessEvent()
1058 … SoftbusListenerNode *node, SoftBusFdSet *readSet, SoftBusFdSet *writeSet, SoftBusFdSet *exceptSet) in CollectSpecifiedModuleListenerEvents()
1092 …t32_t CollectWaitEventFdSet(SoftBusFdSet *readSet, SoftBusFdSet *writeSet, SoftBusFdSet *exceptSet) in CollectWaitEventFdSet()
1151 SoftBusFdSet exceptSet; in SelectTask() local