Searched defs:ConfigData (Results 1 – 2 of 2) sorted by relevance
27 struct ConfigData { struct28 constexpr static int8_t TABLE_MATCH_PRIORITY = 3;29 constexpr static int8_t STORE_MATCH_PRIORITY = 2;30 constexpr static int8_t COMMON_MATCH_PRIORITY = 1;31 constexpr static int8_t UNDEFINED_PRIORITY = -1;32 ConfigData() : crossMode_(AccessSystemMode::UNDEFINED, UNDEFINED_PRIORITY) {} in ConfigData() function33 void SetCrossUserMode(uint8_t priority, uint8_t crossMode) in SetCrossUserMode()41 void FillIntoContext(std::shared_ptr<Context> context) in FillIntoContext()49 std::pair<AccessSystemMode, int8_t> crossMode_;
1355 ConfigData::ConfigData() in ConfigData() function in OHOS::HiviewDFX::ConfigData