Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Doperator_name.h60 unsigned int GetCustSpnRule(bool roaming);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp423 spnRule = static_cast<int32_t>(GetCustSpnRule(roaming)); in GetSpnRule()
435 unsigned int OperatorName::GetCustSpnRule(bool roaming) in GetCustSpnRule() function in OHOS::Telephony::OperatorName
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1955 EXPECT_EQ(operatorName->GetCustSpnRule(true), 0);
1957 EXPECT_NE(operatorName->GetCustSpnRule(true), 0);