Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
Dui_texture_mapper.cpp24 UITextureMapper* mapper = static_cast<UITextureMapper*>(view); in Callback() local
30 UITextureMapper& mapper = static_cast<UITextureMapper&>(view); in OnStop() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
Dcloud_config.h29 std::vector<Info> mapper; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
Dcloud_config_manager.cpp27 void CloudConfigManager::Initialize(const std::vector<Info> &mapper) in Initialize()