Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c181 ExecutorInfoHal *executorCopy = CopyExecutorInfo(executorInfo); in RegisterExecutorToPool() local
182 if (executorCopy == NULL) { in RegisterExecutorToPool()
187 result = g_poolList->insert(g_poolList, (void *)executorCopy); in RegisterExecutorToPool()
190 DestroyExecutorInfo(executorCopy); in RegisterExecutorToPool()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_scheduler.cpp122 auto executorCopy = ite->second; in ProcessNextCommand() local
135 executors_.insert({commandDeviceId, executorCopy}); in ProcessNextCommand()