Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h46 typedef void (*AppSpawnExtDataFree)(struct TagAppSpawnExtData *data); typedef
51 AppSpawnExtDataFree freeNode;
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c87 AppSpawnExtDataFree freeNode = extData->freeNode; in ExtDataDestroy()