Searched defs:SyncContext (Results 1 – 3 of 3) sorted by relevance
419 struct SyncContext : public ContextBase { in Sync() struct420 std::vector<std::string> deviceIdList; in Sync()421 uint32_t mode = 0; in Sync()422 uint32_t allowedDelayMs = 0; in Sync()
365 struct SyncContext : public ContextBase { in Sync() struct366 std::vector<std::string> deviceIdList; in Sync()367 uint32_t mode = 0; in Sync()368 uint32_t allowedDelayMs = 0; in Sync()
1169 struct SyncContext : public ContextBase { struct1170 std::vector<std::string> deviceIdList;1171 uint32_t mode = 0;1172 uint32_t allowedDelayMs = 0;1173 JsQuery* query = nullptr;1174 napi_valuetype type = napi_undefined;1176 void GetInput(napi_env env, napi_callback_info info) in GetInput()