Home
last modified time | relevance | path

Searched refs:hapInfo_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ohos/
H A Dlume.cpp38 data.hapInfo_.hapPath_.c_str(), in ToEnginePlatformData()
39 data.hapInfo_.bundleName_.c_str(), in ToEnginePlatformData()
40 data.hapInfo_.moduleName_.c_str() in ToEnginePlatformData()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dgraphics_manager.cpp53 WIDGET_LOGD("HapInfo %{public}s, %{public}s, %{public}s,", data.hapInfo_.hapPath_.c_str(), in GetPlatformData()
54 data.hapInfo_.bundleName_.c_str(), data.hapInfo_.moduleName_.c_str()); in GetPlatformData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp86 const BASE_NS::string_view moduleName) : hapInfo_({ hapPath, bundleName, moduleName }) in OhosFilesystem()
88 resManager_ = BASE_NS::refcnt_ptr<OhosResMgr>(new OhosResMgr(hapInfo_));
89 resManager_->UpdateResManager(hapInfo_);
H A Dohos_file.h60 explicit OhosResMgr(const PlatformHapInfo& hapInfo) : hapInfo_(hapInfo) {} in OhosResMgr()
77 PlatformHapInfo hapInfo_; variable
H A Dohos_filesystem.h65 PlatformHapInfo hapInfo_; variable
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp309 hapInfo_ = GetHapInfo(); in LoadPluginsAndInit()
317 hapInfo_.hapPath_.c_str(), in LoadPluginsAndInit()
318 hapInfo_.bundleName_.c_str(), in LoadPluginsAndInit()
319 hapInfo_.moduleName_.c_str() in LoadPluginsAndInit()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_manager_common.cpp128 hapInfo_ = hapInfo; in GetEngine()
226 return hapInfo_; in GetHapInfo()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/
H A Dplatform_data.h35 HapInfo hapInfo_; member
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/include/scene_adapter/
H A Dscene_adapter.h89 HapInfo hapInfo_; variable
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dgraphics_manager_common.h82 HapInfo hapInfo_; variable