Lines Matching defs:pBundle

38 APersistableBundle* _Nullable APersistableBundle_dup(const APersistableBundle* pBundle) {  in APersistableBundle_dup()
46 void APersistableBundle_delete(APersistableBundle* pBundle) { in APersistableBundle_delete()
73 binder_status_t APersistableBundle_writeToParcel(const APersistableBundle* pBundle, in APersistableBundle_writeToParcel()
79 int32_t APersistableBundle_size(const APersistableBundle* pBundle) { in APersistableBundle_size()
86 int32_t APersistableBundle_erase(APersistableBundle* pBundle, const char* key) { in APersistableBundle_erase()
89 void APersistableBundle_putBoolean(APersistableBundle* pBundle, const char* key, bool val) { in APersistableBundle_putBoolean()
92 void APersistableBundle_putInt(APersistableBundle* pBundle, const char* key, int32_t val) { in APersistableBundle_putInt()
95 void APersistableBundle_putLong(APersistableBundle* pBundle, const char* key, int64_t val) { in APersistableBundle_putLong()
98 void APersistableBundle_putDouble(APersistableBundle* pBundle, const char* key, double val) { in APersistableBundle_putDouble()
101 void APersistableBundle_putString(APersistableBundle* pBundle, const char* key, const char* val) { in APersistableBundle_putString()
104 void APersistableBundle_putBooleanVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putBooleanVector()
113 void APersistableBundle_putIntVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putIntVector()
122 void APersistableBundle_putLongVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putLongVector()
131 void APersistableBundle_putDoubleVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putDoubleVector()
140 void APersistableBundle_putStringVector(APersistableBundle* pBundle, const char* key, in APersistableBundle_putStringVector()
149 void APersistableBundle_putPersistableBundle(APersistableBundle* pBundle, const char* key, in APersistableBundle_putPersistableBundle()
153 bool APersistableBundle_getBoolean(const APersistableBundle* pBundle, const char* key, bool* val) { in APersistableBundle_getBoolean()
156 bool APersistableBundle_getInt(const APersistableBundle* pBundle, const char* key, int32_t* val) { in APersistableBundle_getInt()
159 bool APersistableBundle_getLong(const APersistableBundle* pBundle, const char* key, int64_t* val) { in APersistableBundle_getLong()
162 bool APersistableBundle_getDouble(const APersistableBundle* pBundle, const char* key, double* val) { in APersistableBundle_getDouble()
165 int32_t APersistableBundle_getString(const APersistableBundle* pBundle, const char* key, char** val, in APersistableBundle_getString()
180 int32_t APersistableBundle_getBooleanVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getBooleanVector()
187 int32_t APersistableBundle_getIntVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getIntVector()
194 int32_t APersistableBundle_getLongVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getLongVector()
201 int32_t APersistableBundle_getDoubleVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getDoubleVector()
208 int32_t APersistableBundle_getStringVector(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getStringVector()
218 bool APersistableBundle_getPersistableBundle(const APersistableBundle* pBundle, const char* key, in APersistableBundle_getPersistableBundle()
228 int32_t APersistableBundle_getBooleanKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getBooleanKeys()
236 int32_t APersistableBundle_getIntKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getIntKeys()
244 int32_t APersistableBundle_getLongKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getLongKeys()
252 int32_t APersistableBundle_getDoubleKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getDoubleKeys()
260 int32_t APersistableBundle_getStringKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getStringKeys()
268 int32_t APersistableBundle_getBooleanVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getBooleanVectorKeys()
276 int32_t APersistableBundle_getIntVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getIntVectorKeys()
284 int32_t APersistableBundle_getLongVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getLongVectorKeys()
292 int32_t APersistableBundle_getDoubleVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getDoubleVectorKeys()
300 int32_t APersistableBundle_getStringVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getStringVectorKeys()
309 const APersistableBundle* pBundle, char** outKeys, int32_t bufferSizeBytes, in APersistableBundle_getPersistableBundleKeys()