Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c127 static int AppInfoNameComparePro(ListNode *node, void *data) in AppInfoNameComparePro() function
199 ListNode *node = OH_ListFind(&g_appSpawnMgr->appQueue, (void *)name, AppInfoNameComparePro); in GetSpawnedProcessByName()