Home
last modified time | relevance | path

Searched refs:GetIntFromValuesBucket (Results 1 - 2 of 2) sorted by relevance

/base/telephony/telephony_data/pdp_profile/include/
H A Dpdp_profile_ability.h110 int GetIntFromValuesBucket(OHOS::NativeRdb::ValuesBucket &bucket, const char *key, int &value);
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp131 if (GetIntFromValuesBucket(valuesBucket, "slotId", slotId) != NativeRdb::E_OK) { in BatchInsert()
468 if (GetIntFromValuesBucket(values, "simId", simId) != NativeRdb::E_OK) { in ResetApn()
493 int PdpProfileAbility::GetIntFromValuesBucket(OHOS::NativeRdb::ValuesBucket &bucket, const char *key, int &value) in GetIntFromValuesBucket() function in OHOS::Telephony::PdpProfileAbility

Completed in 2 milliseconds