Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dstats_ipc_interface_code.h48 CMD_GET_ALL_SIM_STATS_INFO, enumerator
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_service_proxy.cpp427 … SendRequest(static_cast<uint32_t>(StatsInterfaceCode::CMD_GET_ALL_SIM_STATS_INFO), data, reply); in GetAllSimStatsInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/stub/
H A Dnet_stats_service_stub.cpp60 memberFuncMap_[static_cast<uint32_t>(StatsInterfaceCode::CMD_GET_ALL_SIM_STATS_INFO)] = in NetStatsServiceStub()
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_service_stub_test.cpp653 static_cast<uint32_t>(StatsInterfaceCode::CMD_GET_ALL_SIM_STATS_INFO), data, reply, option);
H A Dnet_stats_service_proxy_test.cpp63 code == static_cast<uint32_t>(StatsInterfaceCode::CMD_GET_ALL_SIM_STATS_INFO) || in SendRequest()