Lines Matching defs:outKeys
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()