Home
last modified time | relevance | path

Searched refs:device_actions (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/
H A Dassistant_device_settings_delegate_unittest.cc182 StrictMock<ScopedDeviceActionsMock> device_actions; in TEST_F() local
189 EXPECT_CALL(device_actions, SetWifiEnabled(true)); in TEST_F()
193 EXPECT_CALL(device_actions, SetWifiEnabled(false)); in TEST_F()
198 StrictMock<ScopedDeviceActionsMock> device_actions; in TEST_F() local
232 StrictMock<ScopedDeviceActionsMock> device_actions; in TEST_F() local
248 StrictMock<ScopedDeviceActionsMock> device_actions; in TEST_F() local
264 StrictMock<ScopedDeviceActionsMock> device_actions; in TEST_F() local
274 EXPECT_CALL(device_actions, in TEST_F()
290 StrictMock<ScopedDeviceActionsMock> device_actions; in TEST_F() local
299 device_actions.set_current_brightness(0.2); in TEST_F()
[all …]
H A Dassistant_device_settings_delegate.cc152 DeviceActions* device_actions() { return context_->device_actions(); } in device_actions() function in chromeos::assistant::__anon54a016b70111::SettingWithDeviceAction
166 this->device_actions()->SetWifiEnabled(enabled); in Modify()
179 this->device_actions()->SetBluetoothEnabled(enabled); in Modify()
216 this->device_actions()->SetSwitchAccessEnabled(enabled); in Modify()
229 this->device_actions()->SetNightLightEnabled(enabled); in Modify()
244 device_actions()->GetScreenBrightnessLevel(base::BindOnce( in Modify()
255 this_->device_actions()->SetScreenBrightnessLevel(new_value, in Modify()
H A Dservice_context.h55 virtual DeviceActions* device_actions() = 0;
H A Dassistant_manager_service_impl.cc837 AppStatus status = device_actions()->GetAndroidAppStatus(app_info); in OnVerifyAndroidApp()
1099 scoped_app_list_event_subscriber_.Add(device_actions()); in PostInitAssistant()
1461 DeviceActions* AssistantManagerServiceImpl::device_actions() { in device_actions() function in chromeos::assistant::AssistantManagerServiceImpl
1462 return context_->device_actions(); in device_actions()
H A Dassistant_manager_service_impl.h304 DeviceActions* device_actions(); in COMPONENT_EXPORT()
H A Dservice.cc196 DeviceActions* device_actions() override { return DeviceActions::Get(); } in device_actions() function in chromeos::assistant::Service::Context
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dautomation_devices.php44 $device_actions = array( variable
88 global $device_actions, $availability_options;
164 html_start_box($device_actions[get_request_var('drp_action')], '60%', '', '3', 'center', '');
252 global $item_rows, $os_arr, $status_arr, $networks, $device_actions;
334 draw_actions_dropdown($device_actions);
400 global $os_arr, $status_arr, $networks, $device_actions;
463 global $item_rows, $os_arr, $status_arr, $networks, $device_actions;
H A Dhost.php39 $device_actions = array( variable
49 $device_actions = api_plugin_hook_function('device_action_array', $device_actions); variable
205 global $device_actions;
212 $device_actions['tr_' . $tree['id']] = __esc('Place on a Tree (%s)', $tree['name']);
286 global $device_actions, $fields_host_edit;
366 html_start_box($device_actions[get_request_var('drp_action')], '60%', '', '3', 'center', '');
1452 global $device_actions, $item_rows, $config;
1801 draw_actions_dropdown($device_actions);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/assistant/
H A Ddevice_actions_unittest.cc60 DeviceActions* device_actions() { return device_actions_.get(); } in device_actions() function in DeviceActionsTest
66 return device_actions()->GetAndroidAppStatus(app_info); in GetAppStatus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/public/cpp/
H A DBUILD.gn23 "device_actions.cc",
24 "device_actions.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/test_support/
H A Dfake_service_context.h49 DeviceActions* device_actions() override;
H A Dfake_service_context.cc89 DeviceActions* FakeServiceContext::device_actions() { in device_actions() function in chromeos::assistant::FakeServiceContext
/dports/lang/retro12/RETRO12-2021.4/doc/book/internals/
H A Dio-devices174 Handler device_actions[] = {
179 device_actions[stack_pop()]();
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dapi_automation.php26 global $device_actions, $item_rows;
963 global $device_actions, $item_rows;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/
H A DBUILD.gn3921 "ash/assistant/device_actions.cc",
3922 "ash/assistant/device_actions.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A DBUILD.gn1856 "ash/assistant/device_actions.cc",
1857 "ash/assistant/device_actions.h",
/dports/lang/retro12/RETRO12-2021.4/doc/
H A DRETRO-Book.md3605 Handler device_actions[] = {
3610 device_actions[stack_pop()]();