Searched refs:mInfo (Results 1 – 6 of 6) sorted by relevance
32 MemorySnapshotInfo& mInfo = appMemorySnapshots_[pid]; in AddCpuMemory() local33 mInfo.cpuMemory += size; in AddCpuMemory()35 … if (mInfo.cpuMemory > singleCpuMemoryLimit_ && mInfo.cpuMemory - size < singleCpuMemoryLimit_) { in AddCpuMemory()37 cpuMemory = mInfo.cpuMemory; in AddCpuMemory()
145 DiallingNumbersInfo mInfo = DiallingNumbersInfo(); variable146 mInfo.UpdateNumber(Str8ToStr16("12345678901"));147 std::vector<std::u16string> emails = mInfo.GetEmails();148 mInfo.UpdateEmails(emails);150 mInfo.GetFileId(), mInfo.GetIndex(), mInfo.IsEmpty());
679 IccAccountInfo mInfo; variable680 mInfo.Init(SimTest::simId, SimTest::slotId_);681 mInfo.SetIsEsim(false);682 mInfo.SetIsActive(true);683 mInfo.SetIccId(u"");684 mInfo.SetShowName(u"");685 mInfo.SetShowNumber(u"");686 bool ret = mInfo == info;689 mInfo.Marshalling(parcel);690 mInfo.ReadFromParcel(parcel);[all …]
351 WifiStaHalInterface::GetInstance().mInfo.frequency = MIN_5G_FREQUENCY; in UpdateLinkInfoRssiTest()352 WifiStaHalInterface::GetInstance().mInfo.txrate = MIN_5G_FREQUENCY; in UpdateLinkInfoRssiTest()353 WifiStaHalInterface::GetInstance().mInfo.rxrate = MIN_5G_FREQUENCY; in UpdateLinkInfoRssiTest()
95 WifiHalWpaSignalInfo mInfo;
283 info = mInfo; in GetConnectSignalInfo()