Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 8 of 8) sorted by relevance

/base/powermgr/power_manager/utils/vibrator/src/
Dvibrator_source_parser.cpp31 std::vector<VibratorSource> sources; in ParseSources() local
73 std::vector<VibratorSource> sources; in ParseSources() local
91 std::vector<VibratorSource>& sources, Json::Value& valueObj, std::string& key) in ParseSourcesProc()
Dpower_vibrator.cpp39 std::vector<VibratorSource> sources = parser->ParseSources(etcPath, vendorPath, systemPath); in LoadConfig() local
/base/powermgr/power_manager/services/native/src/wakeup_action/
Dwakeup_action_controller.cpp41 std::shared_ptr<WakeupActionSources> sources = WakeupActionSourceParser::ParseSources(); in Init() local
/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
Dnotificationuserinput_fuzzer.cpp33 uint8_t sources = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/base/powermgr/power_manager/test/unittest/src/interface_test/
Dpower_suspend_controller_test.cpp327 std::shared_ptr<SuspendSources> sources = SuspendSourceParser::ParseSources(); variable
Dpower_wakeup_controller_test.cpp338 std::shared_ptr<WakeupSources> sources = WakeupSourceParser::ParseSources(); variable
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_controller.cpp150 std::shared_ptr<SuspendSources> sources = SuspendSourceParser::ParseSources(); in Init() local
217 std::shared_ptr<SuspendSources> sources = SuspendSourceParser::ParseSources(jsonStr); in UpdateSuspendSources() local
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_controller.cpp82 std::shared_ptr<WakeupSources> sources = WakeupSourceParser::ParseSources(); in Init() local
122 std::shared_ptr<WakeupSources> sources = WakeupSourceParser::ParseSources(jsonStr); in RegisterSettingsObserver() local