Searched refs:serialized_request (Results 1 – 1 of 1) sorted by relevance
191 vector<uint8_t> serialized_request; in RegisterSuspendDelayInternal() local192 CHECK(SerializeProtocolBuffer(request_proto, &serialized_request)); in RegisterSuspendDelayInternal()197 proxy_->RegisterDarkSuspendDelay(serialized_request, in RegisterSuspendDelayInternal()201 proxy_->RegisterSuspendDelay(serialized_request, &serialized_reply, &error); in RegisterSuspendDelayInternal()227 vector<uint8_t> serialized_request; in UnregisterSuspendDelayInternal() local228 CHECK(SerializeProtocolBuffer(request_proto, &serialized_request)); in UnregisterSuspendDelayInternal()232 proxy_->UnregisterDarkSuspendDelay(serialized_request, &error); in UnregisterSuspendDelayInternal()234 proxy_->UnregisterSuspendDelay(serialized_request, &error); in UnregisterSuspendDelayInternal()