Home
last modified time | relevance | path

Searched refs:mapper (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dcloud_config.cpp20 SetValue(node[GET_NAME(mapper)], mapper); in Marshal()
26 GetValue(node, GET_NAME(mapper), mapper); in Unmarshal()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_texture_mapper.cpp24 UITextureMapper* mapper = static_cast<UITextureMapper*>(view); in Callback() local
25 mapper->Callback(); in Callback()
30 UITextureMapper& mapper = static_cast<UITextureMapper&>(view); in OnStop() local
31 if (mapper.listener_ != nullptr) { in OnStop()
32 mapper.listener_->OnAnimatorStop(view); in OnStop()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/app_id_mapping/
H A Dapp_id_mapping_config_manager.cpp26 void AppIdMappingConfigManager::Initialize(const std::vector<AppMappingInfo> &mapper) in Initialize() argument
28 for (const auto &info : mapper) { in Initialize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_config_manager.cpp28 void CloudConfigManager::Initialize(const std::vector<Info> &mapper) in Initialize() argument
31 for (const auto &info : mapper) { in Initialize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dcloud_config.h29 std::vector<Info> mapper; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/app_id_mapping/
H A Dapp_id_mapping_config_manager.h30 API_EXPORT void Initialize(const std::vector<AppMappingInfo> &mapper);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_config_manager.h32 API_EXPORT void Initialize(const std::vector<Info> &mapper);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp166 for (auto &info : config->mapper) { in LoadCloud()

Completed in 3 milliseconds