Home
last modified time | relevance | path

Searched refs:GetCustSpnRule (Results 1 – 3 of 3) sorted by relevance

/base/telephony/core_service/services/network_search/include/
Doperator_name.h56 unsigned int GetCustSpnRule(bool roaming);
/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp257 spnRule = GetCustSpnRule(roaming); in NotifyGsmSpnChanged()
380 unsigned int OperatorName::GetCustSpnRule(bool roaming) in GetCustSpnRule() function in OHOS::Telephony::OperatorName
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp1130 EXPECT_EQ(operatorName->GetCustSpnRule(true), 0);
1132 EXPECT_NE(operatorName->GetCustSpnRule(true), 0);