Searched refs:DslmNotifyListNode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_fsm_process.c | 45 typedef bool DslmInfoChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmCal… 48 static bool SdkTimeoutChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmCa… 50 static bool RequestDoneChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmC… 152 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in ProcessSendDeviceInfoCallback() 232 DslmNotifyListNode *inputNotify = (DslmNotifyListNode *)para; in ProcessSdkRequest() 237 DslmNotifyListNode *notify = MALLOC(sizeof(DslmNotifyListNode)); in ProcessSdkRequest() 242 (void)memset_s(notify, sizeof(DslmNotifyListNode), 0, sizeof(DslmNotifyListNode)); in ProcessSdkRequest() 330 static bool SdkTimeoutChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmCa… in SdkTimeoutChecker() 348 static bool RequestDoneChecker(const DslmDeviceInfo *devInfo, const DslmNotifyListNode *node, DslmC… in RequestDoneChecker() 404 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in RefreshHistoryList()
|
H A D | dslm_core_process.c | 172 DslmNotifyListNode notifyNode; in OnRequestDeviceSecLevelInfo()
|
/ohos5.0/base/security/device_security_level/services/include/ |
H A D | dslm_notify_node.h | 29 typedef struct DslmNotifyListNode { struct 39 } DslmNotifyListNode; argument
|
/ohos5.0/base/security/device_security_level/services/dfx/ |
H A D | dslm_hidumper.c | 210 DslmNotifyListNode *notifyNode = LIST_ENTRY(node, DslmNotifyListNode, linkNode); in DumpHistoryCalls()
|