Home
last modified time | relevance | path

Searched defs:nativeXComponent (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/manager/
Dplugin_manager.cpp106 OH_NativeXComponent* nativeXComponent = nullptr; in Export() local
132 void PluginManager::SetNativeXComponent(std::string& id, OH_NativeXComponent* nativeXComponent) in SetNativeXComponent()
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/
Dnapi_manager.cpp95 OH_NativeXComponent *nativeXComponent = nullptr; in Export() local
128 void NapiManager::SetNativeXComponent(std::string& id, OH_NativeXComponent* nativeXComponent) in SetNativeXComponent()
Dapp_napi.cpp339 OH_NativeXComponent *nativeXComponent = nullptr; in Quit() local
372 OH_NativeXComponent *nativeXComponent = nullptr; in GetXComponentId() local
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/
Dplugin_render.cpp277 OH_NativeXComponent* nativeXComponent = nullptr; in NapiDrawPattern() local
364 void PluginRender::RegisterCallback(OH_NativeXComponent* nativeXComponent) in RegisterCallback()