Searched refs:IsValidType (Results 1 – 7 of 7) sorted by relevance
29 if (IsValidType(type)) { in GetPowerModeValuePolicy()62 if (IsValidType(type)) { in GetPowerModeRecoverPolicy()133 bool PowerModePolicy::IsValidType(uint32_t type) in IsValidType() function in OHOS::PowerMgr::PowerModePolicy
183 if (!IsValidType(type) || !IsValidParam(type, diallingNumber)) { in UpdateIccDiallingNumbers()212 if (!IsValidType(type) || !IsValidParam(type, diallingNumber)) { in DelIccDiallingNumbers()242 if (!IsValidType(type) || !IsValidParam(type, diallingNumber)) { in AddIccDiallingNumbers()270 if (!IsValidType(type)) { in QueryIccDiallingNumbers()330 bool IccDiallingNumbersManager::IsValidType(int type) in IsValidType() function in OHOS::Telephony::IccDiallingNumbersManager
549 if (!IsValidType(type)) { in ChangeSimFileByCardType()611 bool SimFileManager::IsValidType(SimFileManager::IccType type) in IsValidType() function in OHOS::Telephony::SimFileManager
49 bool IsValidType(uint32_t type);
75 bool IsValidType(int type);
105 bool IsValidType(IccType type);
329 EXPECT_TRUE(simFileManager.IsValidType(SimFileManager::IccType::ICC_TYPE_CDMA));