Home
last modified time | relevance | path

Searched refs:TABLE_MATCH_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/
H A Dload_config_from_data_share_bundle_info_strategy.cpp28 constexpr static int8_t TABLE_MATCH_PRIORITY = 3; member
61 result.SetCrossUserMode(ConfigData::TABLE_MATCH_PRIORITY, item.crossUserMode); in LoadConfigFromProfile()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.h71 constexpr static int8_t TABLE_MATCH_PRIORITY = 3;
H A Ddata_share_profile_config.cpp280 SetCrossUserMode(TABLE_MATCH_PRIORITY, item.crossUserMode, crossMode); in GetAccessCrossMode()