Home
last modified time | relevance | path

Searched refs:appIdMapping (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dglobal_config.cpp31 SetValue(node[GET_NAME(appIdMapping)], appIdMapping); in Marshal()
47 GetValue(node, GET_NAME(appIdMapping), appIdMapping); in Unmarshal()
59 delete appIdMapping; in ~GlobalConfig()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp174 auto *appIdMapping = ConfigFactory::GetInstance().GetAppIdMappingConfig(); in LoadAppIdMappings() local
175 if (appIdMapping == nullptr) { in LoadAppIdMappings()
179 for (auto &info : *appIdMapping) { in LoadAppIdMappings()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dglobal_config.h40 std::vector<AppIdMappingConfig> *appIdMapping = nullptr; member in OHOS::DistributedData::final
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp88 return config_.appIdMapping; in GetAppIdMappingConfig()

Completed in 2 milliseconds