Searched refs:APersistableBundle_erase (Results 1 – 7 of 7) sorted by relevance
180 APersistableBundle_erase;181 APersistableBundle_erase; # llndk=202404
86 int32_t APersistableBundle_erase(APersistableBundle* pBundle, const char* key) { in APersistableBundle_erase() function
133 DEFINE_INTERCEPTABLE_STUB_FUNCTION(APersistableBundle_erase);322 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", APersistableBundle_erase); in init_stub_library()
185 int32_t APersistableBundle_erase(APersistableBundle* _Nonnull pBundle, const char* _Nonnull key)
172 return APersistableBundle_erase(mPBundle, key.c_str()); in erase()