Searched defs:ResultCallback (Results 1 – 3 of 3) sorted by relevance
98 struct ResultCallback { struct99 std::vector<std::string> permissions;100 std::vector<int32_t> grantResults;101 std::vector<bool> dialogShownResults;102 std::shared_ptr<RequestAsyncContext> data = nullptr;
37 using ResultCallback = std::function<void(const DeviceIdentify *identify, struct DeviceSecurityInfo… variable
95 using ResultCallback = std::function<int32_t (const std::string &devId, uint32_t modelId, const std… variable