Searched refs:DslmNotifyListNode (Results 1 – 4 of 4) sorted by relevance
/base/security/device_security_level/services/include/ |
D | dslm_notify_node.h | 29 typedef struct DslmNotifyListNode { struct 39 } DslmNotifyListNode; argument
|
/base/security/device_security_level/services/dslm/ |
D | dslm_fsm_process.c | 43 typedef bool DslmInfoChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmCal… 46 static bool SdkTimeoutChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmCa… 48 static bool RequestDoneChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmC… 149 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in ProcessSendDeviceInfoCallback() 214 DslmNotifyListNode *inputNotify = (DslmNotifyListNode *)para; in ProcessSdkRequest() 219 DslmNotifyListNode *notify = MALLOC(sizeof(DslmNotifyListNode)); in ProcessSdkRequest() 224 (void)memset_s(notify, sizeof(DslmNotifyListNode), 0, sizeof(DslmNotifyListNode)); in ProcessSdkRequest() 312 static bool SdkTimeoutChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmCa… in SdkTimeoutChecker() 330 static bool RequestDoneChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmC… in RequestDoneChecker() 386 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in RefreshHistoryList()
|
D | dslm_core_process.c | 171 DslmNotifyListNode notifyNode; in OnRequestDeviceSecLevelInfo()
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 209 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in DumpHistoryCalls()
|