Home
last modified time | relevance | path

Searched refs:KEY_CAPACITY (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/ohos_adapter/battery_mgr_adapter/src/
H A Dbattery_mgr_client_adapter_impl.cpp56 std::string KEY_CAPACITY = PowerMgr::BatteryInfo::COMMON_EVENT_KEY_CAPACITY; in OnReceiveEvent() local
58 auto capacity = data.GetWant().GetIntParam(KEY_CAPACITY, defaultInvalid); in OnReceiveEvent()
/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_event_system_test.cpp58 const std::string KEY_CAPACITY = BatteryInfo::COMMON_EVENT_KEY_CAPACITY; member
205 int capacity = data.GetWant().GetIntParam(KEY_CAPACITY, defaultCapacity); in OnReceiveEvent()
254 g_capacity = data.GetWant().GetIntParam(KEY_CAPACITY, defaultCapacity); in OnReceiveEvent()

Completed in 4 milliseconds