Home
last modified time | relevance | path

Searched refs:g_module (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/image_ndk_test/entry/src/main/cpp/
H A DimagePixelmap.cpp84 static napi_module g_module = { variable
99 napi_module_register(&g_module); in MyPixelMapRegisterModule()
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
H A DmediaAssetManager.cpp308 static napi_module g_module = {.nm_version = 1, variable
319 extern "C" __attribute__((constructor)) void MyPixelMapRegisterModule(void) { napi_module_register(&g_module); } in MyPixelMapRegisterModule()
H A Dmain.cpp637 static napi_module g_module = {.nm_version = 1, variable
648 extern "C" __attribute__((constructor)) void MediaLibraryModule(void) { napi_module_register(&g_module);
/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/
H A Dhello.cpp885 static napi_module g_module = {.nm_version = 1, variable
896 extern "C" __attribute__((constructor)) void MyPixelMapRegisterModule(void) { napi_module_register(&g_module); } in MyPixelMapRegisterModule()
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/
H A DaudioTest.cpp4974 static napi_module g_module = { variable
4988 napi_module_register(&g_module); in MyPixelMapRegisterModule()

Completed in 14 milliseconds