Searched refs:historyList (Results 1 – 5 of 5) sorted by relevance
/base/security/device_security_level/services/dslm/ |
D | dslm_core_defines.h | 60 ListHead historyList; member
|
D | dslm_device_list.c | 119 InitListHead(&info->historyList); in CreatOrGetDslmDeviceInfo()
|
D | dslm_fsm_process.c | 166 AddListNodeBefore(node, &info->historyList); in ProcessSendDeviceInfoCallback() 374 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList() 381 FOREACH_LIST_NODE_SAFE (node, &info->historyList, temp) { in RefreshHistoryList()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | napi_webview_controller.cpp | 149 napi_value historyList = nullptr; in Init() local 155 historyListProperties, &historyList); in Init() 156 napi_create_reference(env, historyList, 1, &g_historyListRef); in Init() 157 napi_set_named_property(env, exports, WEB_HISTORY_LIST_CLASS_NAME.c_str(), historyList); in Init() 2000 WebHistoryList *historyList = nullptr; in GetItem() local 2003 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&historyList)); in GetItem() 2004 if (historyList == nullptr) { in GetItem() 2016 if (index >= historyList->GetListSize() || index < 0) { in GetItem() 2021 std::shared_ptr<NWebHistoryItem> item = historyList->GetItem(index); in GetItem() 2074 napi_value historyList = nullptr; in getBackForwardEntries() local [all …]
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 207 FOREACH_LIST_NODE (node, &info->historyList) { in DumpHistoryCalls()
|