Home
last modified time | relevance | path

Searched refs:srcAppId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dapp_id_mapping_config.cpp21 SetValue(node[GET_NAME(srcAppId)], srcAppId); in Marshal()
27 GetValue(node, GET_NAME(srcAppId), srcAppId); in Unmarshal()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dapp_id_mapping_config.h23 std::string srcAppId = "";
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/app_id_mapping/
H A Dapp_id_mapping_config_manager.h26 std::string srcAppId; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/app_id_mapping/
H A Dapp_id_mapping_config_manager.cpp29 toDstMapper_.insert_or_assign(info.srcAppId, info.dstAppId); in Initialize()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp181 infos.push_back({ info.srcAppId, info.dstAppId }); in LoadAppIdMappings()