Home
last modified time | relevance | path

Searched refs:STORE_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.cpp29 constexpr static int8_t STORE_MATCH_PRIORITY = 2; member
65 result.SetCrossUserMode(ConfigData::STORE_MATCH_PRIORITY, item.crossUserMode); in LoadConfigFromProfile()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.h72 constexpr static int8_t STORE_MATCH_PRIORITY = 2; variable
H A Ddata_share_profile_config.cpp284 SetCrossUserMode(STORE_MATCH_PRIORITY, item.crossUserMode, crossMode); in GetAccessCrossMode()