Searched refs:RequestOnSettingAsyncContextHandle (Results 1 – 2 of 2) sorted by relevance
48 struct RequestOnSettingAsyncContextHandle { struct49 …explicit RequestOnSettingAsyncContextHandle(std::shared_ptr<RequestPermOnSettingAsyncContext>& req… in RequestOnSettingAsyncContextHandle() argument
384 auto asyncContextHandle = std::make_unique<RequestOnSettingAsyncContextHandle>(asyncContext); in RequestPermissionOnSetting()448 RequestOnSettingAsyncContextHandle* asyncContextHandle = in RequestPermissionOnSettingExecute()449 reinterpret_cast<RequestOnSettingAsyncContextHandle*>(data); in RequestPermissionOnSettingExecute()487 RequestOnSettingAsyncContextHandle* asyncContextHandle = in RequestPermissionOnSettingComplete()488 reinterpret_cast<RequestOnSettingAsyncContextHandle*>(data); in RequestPermissionOnSettingComplete()492 std::unique_ptr<RequestOnSettingAsyncContextHandle> callbackPtr {asyncContextHandle}; in RequestPermissionOnSettingComplete()