Searched refs:GetDataSlotId (Results 1 – 7 of 7) sorted by relevance
385 int32_t GetDataSlotId(int32_t slotId) const;
311 int32_t StaService::GetDataSlotId(int32_t slotId) const in GetDataSlotId() function in OHOS::Wifi::StaService376 int32_t slotId = GetDataSlotId(config.wifiEapConfig.eapSubId); in UpdateEapConfig()
1067 int32_t GetDataSlotId(int32_t slotId);
2178 int32_t StaStateMachine::GetDataSlotId(int32_t slotId) in GetDataSlotId() function in OHOS::Wifi::StaStateMachine2198 …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()
725 pStaService->GetDataSlotId(0); in GetDataSlotIdTest()726 pStaService->GetDataSlotId(-1); in GetDataSlotIdTest()
1983 pStaStateMachine->GetDataSlotId(0); in GetDataSlotIdTest()1984 pStaStateMachine->GetDataSlotId(-1); in GetDataSlotIdTest()
198 pStaService->GetDataSlotId(index); in StaServerFuzzTest()