Searched refs:status_view (Results 1 – 8 of 8) sorted by relevance
26 auto status_view = T::Create(view); in check_command_complete() local27 if (!status_view.IsValid()) { in check_command_complete()31 ErrorCode status = status_view.GetStatus(); in check_command_complete()32 OpCode op_code = status_view.GetCommandOpCode(); in check_command_complete()43 auto status_view = T::Create(view); in check_command_status() local44 if (!status_view.IsValid()) { in check_command_status()48 ErrorCode status = status_view.GetStatus(); in check_command_status()49 OpCode op_code = status_view.GetCommandOpCode(); in check_command_status()
1011 ASSERT(status_view.IsValid()); in on_advertising_filter_complete()1012 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in on_advertising_filter_complete()1094 ASSERT(status_view.IsValid()); in on_batch_scan_complete()1107 ASSERT(status_view.IsValid()); in on_batch_scan_enable_complete()1121 ASSERT(status_view.IsValid()); in on_batch_scan_disable_complete()1132 ASSERT(status_view.IsValid()); in on_batch_scan_read_result_complete()1245 ASSERT(status_view.IsValid()); in check_status()1250 ASSERT(status_view.IsValid()); in check_status()1255 ASSERT(status_view.IsValid()); in check_status()1260 ASSERT(status_view.IsValid()); in check_status()[all …]
1056 auto status_view = View::Create(view); in check_status_with_id() local1057 ASSERT(status_view.IsValid()); in check_status_with_id()1058 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in check_status_with_id()1062 ErrorCodeText(status_view.GetStatus()).c_str()); in check_status_with_id()1065 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in check_status_with_id()1066 … LOG_INFO("Got a command complete with status %s", ErrorCodeText(status_view.GetStatus()).c_str()); in check_status_with_id()1122 auto status_view = View::Create(view); in check_status() local1123 ASSERT(status_view.IsValid()); in check_status()1124 if (status_view.GetStatus() != ErrorCode::SUCCESS) { in check_status()1128 ErrorCodeText(status_view.GetStatus()).c_str()); in check_status()
163 CommandStatusView status_view = CommandStatusView::Create(event); in CommandStatusCallback() local164 ASSERT_TRUE(status_view.IsValid()); in CommandStatusCallback()166 std::move(command_status_callbacks.front()).Invoke(status_view); in CommandStatusCallback()
515 auto status_view = T::Create(view); in check_status() local516 ASSERT(status_view.IsValid()); in check_status()517 ASSERT(status_view.GetStatus() == ErrorCode::SUCCESS); in check_status()
204 CommandStatusView status_view = CommandStatusView::Create(event); in CommandStatusCallback() local205 ASSERT_TRUE(status_view.IsValid()); in CommandStatusCallback()206 std::move(command_status_callbacks.front()).Invoke(status_view); in CommandStatusCallback()
267 CommandStatusView status_view = CommandStatusView::Create(event); in CommandStatusCallback() local268 ASSERT_TRUE(status_view.IsValid()); in CommandStatusCallback()269 std::move(command_status_callbacks.front()).Invoke(status_view); in CommandStatusCallback()
104 root.findViewById(R.id.status_view).setVisibility(View.VISIBLE); in showCompletion()