Searched refs:APersistableBundle_putLong (Results 1 – 7 of 7) sorted by relevance
186 APersistableBundle_putLong;187 APersistableBundle_putLong; # llndk=202404
95 void APersistableBundle_putLong(APersistableBundle* pBundle, const char* key, int64_t val) { in APersistableBundle_putLong() function
164 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_putLong);353 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_putLong); in init_stub_library()
226 void APersistableBundle_putLong(APersistableBundle* _Nonnull pBundle, const char* _Nonnull key,
192 APersistableBundle_putLong(mPBundle, key.c_str(), val); in putLong()