MCPcopy Create free account
hub / github.com/Snapchat/Valdi / unregisterAssetLoader

Method unregisterAssetLoader

valdi/src/valdi/android/NativeBridge.cpp:276–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void ValdiAndroid::NativeBridge::unregisterAssetLoader( // NOLINT
277 fbjni::alias_ref<fbjni::JClass> /*clazz*/, // NOLINT
278 jlong runtimeManagerHandle,
279 jobject assetLoader) {
280 auto* wrapper = getRuntimeManagerWrapper(runtimeManagerHandle);
281 if (wrapper != nullptr) {
282 wrapper->unregisterAssetLoader(assetLoader);
283 }
284}
285
286jboolean ValdiAndroid::NativeBridge::notifyAssetLoaderCompleted( // NOLINT
287 fbjni::alias_ref<fbjni::JClass> /*clazz*/, // NOLINT

Callers 1

TEST_FFunction · 0.45

Calls 1

getRuntimeManagerWrapperFunction · 0.85

Tested by 1

TEST_FFunction · 0.36