Home
last modified time | relevance | path

Searched refs:GetDataSlotId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.h385 int32_t GetDataSlotId(int32_t slotId) const;
H A Dsta_service.cpp311 int32_t StaService::GetDataSlotId(int32_t slotId) const in GetDataSlotId() function in OHOS::Wifi::StaService
376 int32_t slotId = GetDataSlotId(config.wifiEapConfig.eapSubId); in UpdateEapConfig()
H A Dsta_state_machine.h1067 int32_t GetDataSlotId(int32_t slotId);
H A Dsta_state_machine.cpp2178 int32_t StaStateMachine::GetDataSlotId(int32_t slotId) in GetDataSlotId() function in OHOS::Wifi::StaStateMachine
2198 …return CoreServiceClient::GetInstance().GetCardType(GetDataSlotId(deviceConfig.wifiEapConfig.eapSu… in GetCardType()
2206 return GetDataSlotId(slotId); in GetDefaultId()
2249 auto slotId = GetDataSlotId(deviceConfig.wifiEapConfig.eapSubId); in SimAkaAuth()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service_test.cpp725 pStaService->GetDataSlotId(0); in GetDataSlotIdTest()
726 pStaService->GetDataSlotId(-1); in GetDataSlotIdTest()
H A Dsta_state_machine_test.cpp1983 pStaStateMachine->GetDataSlotId(0); in GetDataSlotIdTest()
1984 pStaStateMachine->GetDataSlotId(-1); in GetDataSlotIdTest()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp198 pStaService->GetDataSlotId(index); in StaServerFuzzTest()