Home
last modified time | relevance | path

Searched defs:app_id (Results 1 – 25 of 28) sorted by relevance

12

/external/nos/host/generic/libnos_transport/test/
Dtest.cpp215 #define EXPECT_GET_STATUS_V0_IDLE(app_id) do { \ argument
221 #define EXPECT_GET_STATUS_IDLE(app_id) do { \ argument
227 #define EXPECT_GET_STATUS_IDLE_WITH_BAD_CRC(app_id) do { \ argument
233 #define EXPECT_GET_STATUS_BAD_CRC(app_id) do { \ argument
239 #define EXPECT_GET_STATUS_WORKING(app_id) do { \ argument
245 #define EXPECT_GET_STATUS_V0_DONE(app_id) do { \ argument
251 #define EXPECT_GET_STATUS_V0_DONE_WITH_DATA(app_id, reply_len) do { \ argument
257 #define EXPECT_GET_STATUS_DONE(app_id) do { \ argument
263 #define EXPECT_GET_STATUS_DONE_WITH_DATA(app_id, reply, reply_len) do { \ argument
269 #define EXPECT_GET_STATUS_DONE_BAD_CRC(app_id, reply, reply_len) do { \ argument
[all …]
/external/openscreen/cast/sender/
Dcast_app_discovery_service_impl.cc59 for (const auto& app_id : new_app_ids) { in StartObservingAvailability() local
72 for (const auto& app_id : app_ids) { in Refresh() local
87 for (const std::string& app_id : availability_tracker_.GetRegisteredApps()) { in AddOrUpdateReceiver() local
101 const std::string& app_id) { in RequestAppAvailability()
106 const std::string& app_id, AppAvailabilityResult availability) { in RequestAppAvailability()
116 const std::string& app_id, in UpdateAppAvailability()
159 const std::string& app_id, in ShouldRefreshAppAvailability()
Dcast_app_availability_tracker.cc25 for (const std::string& app_id : source.app_ids()) { in RegisterSource() local
45 for (const std::string& app_id : it->second.app_ids()) { in UnregisterSource() local
58 const std::string& app_id, in UpdateAppAvailability()
152 for (const std::string& app_id : source.app_ids()) { in GetAvailableReceivers() local
Dcast_platform_client_unittest.cc68 [&ran](const std::string& app_id, AppAvailabilityResult availability) { in TEST_F()
96 [](const std::string& app_id, AppAvailabilityResult availability) { in TEST_F()
Dcast_platform_client.h59 std::string app_id; member
Dcast_app_discovery_service_impl_unittest.cc186 std::string app_id; in TEST_F() local
268 std::string app_id; in TEST_F() local
Dcast_platform_client.cc51 const std::string& app_id, in RequestAppAvailability()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_adv_monitor_tests.py27 def __init__(self, app_id): argument
191 def exit_app(self, app_id): argument
202 def kill_app(self, app_id): argument
213 def register_app(self, app_id): argument
224 def unregister_app(self, app_id): argument
235 def add_monitor(self, app_id, monitor_data): argument
248 def remove_monitor(self, app_id, monitor_id): argument
260 def get_event_count(self, app_id, monitor_id, event='All'): argument
275 def reset_event_count(self, app_id, monitor_id, event='All'): argument
403 def test_exit_app(self, app_id): argument
[all …]
Dbluetooth_device.py903 def advmon_exit_app(self, app_id): argument
915 def advmon_kill_app(self, app_id): argument
927 def advmon_register_app(self, app_id): argument
939 def advmon_unregister_app(self, app_id): argument
951 def advmon_add_monitor(self, app_id, monitor_data): argument
965 def advmon_remove_monitor(self, app_id, monitor_id): argument
978 def advmon_get_event_count(self, app_id, monitor_id, event): argument
992 def advmon_reset_event_count(self, app_id, monitor_id, event): argument
/external/autotest/client/cros/bluetooth/
Dadv_monitor_helper.py264 def __init__(self, bus, dbus_mainloop, advmon_manager, app_id): argument
603 def _testapp_main(self, helper_conn, app_id): argument
668 def _send_to_helper(self, cmd, app_id=None, data=None): argument
700 def exit_app(self, app_id): argument
716 def kill_app(self, app_id): argument
732 def register_app(self, app_id): argument
746 def unregister_app(self, app_id): argument
760 def add_monitor(self, app_id, monitor_data): argument
776 def remove_monitor(self, app_id, monitor_id): argument
791 def get_event_count(self, app_id, monitor_id, event): argument
[all …]
/external/openscreen/cast/receiver/channel/
Dmessage_util.cc21 const std::string& app_id, in CreateAppAvailabilityResponse()
52 const std::string& app_id) { in CreateAppAvailableResponse()
59 const std::string& app_id) { in CreateAppUnavailableResponse()
/external/openscreen/cast/receiver/
Dapplication_agent.cc54 for (const std::string& app_id : app->GetAppIds()) { in RegisterApplication() local
204 for (const Json::Value& app_id : app_ids) { in HandleGetAppAvailability() local
225 const Json::Value& app_id = request[kMessageKeyAppId]; in HandleLaunch() local
281 Error ApplicationAgent::SwitchToApplication(std::string app_id, in SwitchToApplication()
337 std::string app_id; in GoIdle() local
Dapplication_agent_unittest.cc82 FakeApplication(const char* app_id, const char* display_name) in FakeApplication()
105 bool Launch(const std::string& app_id, in Launch()
/external/openscreen/cast/sender/testing/
Dtest_helpers.cc70 const std::string& app_id) { in CreateAppAvailableResponseChecked()
79 const std::string& app_id) { in CreateAppUnavailableResponseChecked()
/external/openscreen/cast/cast_core/api/runtime/
Druntime_service.proto103 string app_id = 1; field
110 string app_id = 1; field
/external/nos/host/generic/nugget/proto/nugget/protobuf/
Doptions.proto24 optional string app_id = 2000; field
/external/autotest/client/site_tests/enterprise_OnlineDemoModeEnrollment/
Denterprise_OnlineDemoModeEnrollment.py12 def _launch_arc_app(autotest_ext, app_id): argument
/external/openscreen/cast/sender/channel/
Dmessage_util.cc40 const std::string& app_id) { in CreateAppAvailabilityRequest()
/external/autotest/server/site_tests/firmware_Cr50U2fCommands/
Dfirmware_Cr50U2fCommands.py170 def __u2f_sign(self, app_id, user_secret, key_handle, hash, flags, argument
189 app_id, argument
452 app_id, argument
/external/openscreen/cast/standalone_receiver/
Dmirroring_application.cc44 bool MirroringApplication::Launch(const std::string& app_id, in Launch()
/external/openscreen/cast/cast_core/api/common/
Dapplication_config.proto15 string app_id = 1; field
/external/nos/host/generic/libnos_transport/
Dtransport.c84 uint8_t app_id; member
454 uint8_t app_id, uint16_t params, in nos_call_application()
/external/autotest/client/cros/
Dwebstore_test.py269 def launch_app(self, app_id): argument
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py2217 def advmon_exit_app(self, app_id): argument
2227 def advmon_kill_app(self, app_id): argument
2237 def advmon_register_app(self, app_id): argument
2247 def advmon_unregister_app(self, app_id): argument
2257 def advmon_add_monitor(self, app_id, monitor_data): argument
2269 def advmon_remove_monitor(self, app_id, monitor_id): argument
2280 def advmon_get_event_count(self, app_id, monitor_id, event): argument
2292 def advmon_reset_event_count(self, app_id, monitor_id, event): argument
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py285 def _get_kiosk_app_info(self, app_id): argument

12