Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp28 static const int MAX_PID_LIST_SIZE = 1024; variable
314 if (pidListSize == 0 || pidListSize > MAX_PID_LIST_SIZE) { in OnPidTimerProxy()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h43 #define MAX_PID_LIST_SIZE 128 macro
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub.cpp1170 size = size < MAX_PID_LIST_SIZE ? size : MAX_PID_LIST_SIZE; in OnSetFrozenApp()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp1847 …int size = static_cast<int>(pidList.size() < MAX_PID_LIST_SIZE ? pidList.size() : MAX_PID_LIST_SIZ… in SetAppFrozen()