Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c111 static int hookItemCompare(ListNode *node, ListNode *newNode) in hookItemCompare() function
163 OH_ListAddWithOrder(&(hookStage->hooks), (ListNode *)hookItem, hookItemCompare); in addHookToStage()